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 9898 "preserveWhitespaces" : " false$" ,
9999 "changeDetection" : " \\ .OnPush$"
100100 }
101- }, " src/+(lib|cdk)/**/!(*.spec).ts" ],
101+ }, " src/+(lib|cdk|material-experimental )/**/!(*.spec).ts" ],
102102 "require-license-banner" : [
103103 true ,
104- " src/+(lib|cdk|demo-app)/**/!(*.spec).ts"
104+ " src/+(lib|cdk|material-experimental| demo-app)/**/!(*.spec).ts"
105105 ],
106106 "no-rxjs-patch-imports" : [
107107 true ,
108- " src/+(lib|cdk)/**/*.ts"
108+ " src/+(lib|cdk|material-experimental )/**/*.ts"
109109 ],
110110 "missing-rollup-globals" : [
111111 true ,
112112 " ./tools/package-tools/rollup-globals.ts" ,
113- " src/+(lib|cdk|material-examples)/**/*.ts"
113+ " src/+(lib|cdk|material-examples|material-experimental )/**/*.ts"
114114 ]
115115 }
116116}
You can’t perform that action at this time.
0 commit comments