module.exports = {
|
|
packages: {
|
|
'@webdpt/components': {
|
|
ignorableDeepImportMatchers: [
|
|
/ng-quicksilver\/date-picker\/standard-types/,
|
|
/iv-viewer\//
|
|
]
|
|
}
|
|
},
|
|
};
|