File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 98
98
"preserveWhitespaces" : " false$" ,
99
99
"changeDetection" : " \\ .OnPush$"
100
100
}
101
- }, " src/+(lib|cdk)/**/!(*.spec).ts" ],
101
+ }, " src/+(lib|cdk|material-experimental )/**/!(*.spec).ts" ],
102
102
"require-license-banner" : [
103
103
true ,
104
- " src/+(lib|cdk|demo-app)/**/!(*.spec).ts"
104
+ " src/+(lib|cdk|material-experimental| demo-app)/**/!(*.spec).ts"
105
105
],
106
106
"no-rxjs-patch-imports" : [
107
107
true ,
108
- " src/+(lib|cdk)/**/*.ts"
108
+ " src/+(lib|cdk|material-experimental )/**/*.ts"
109
109
],
110
110
"missing-rollup-globals" : [
111
111
true ,
112
112
" ./tools/package-tools/rollup-globals.ts" ,
113
- " src/+(lib|cdk|material-examples)/**/*.ts"
113
+ " src/+(lib|cdk|material-examples|material-experimental )/**/*.ts"
114
114
]
115
115
}
116
116
}
You can’t perform that action at this time.
0 commit comments