hemat_solution/ngcc.config.js

10 lines
149 B
JavaScript
Raw Normal View History

2024-04-19 12:53:45 +07:00
module.exports = {
packages: {
'angular2-text-mask': {
ignorableDeepImportMatchers: [
/text-mask-core\//,
]
},
},
};