File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 77 // Needed for Moment.js since it doesn't have a default export.
88 "allowSyntheticDefaultImports" : true ,
99 "experimentalDecorators" : true ,
10- // TODO(paul): Remove once Angular has been upgraded and supports noUnusedParameters in AOT.
11- "noUnusedParameters" : false ,
10+ "noUnusedParameters" : true ,
1211 "strictNullChecks" : true ,
1312 "outDir" : " ." ,
1413 "paths" : {
Original file line number Diff line number Diff line change 55 "declaration" : true ,
66 "emitDecoratorMetadata" : true ,
77 "experimentalDecorators" : true ,
8- // TODO(paul): Remove once Angular has been upgraded and supports noUnusedParameters in AOT.
9- "noUnusedParameters" : false ,
8+ "noUnusedParameters" : true ,
109 // Don't use strict nulls for the e2e-app because the material-examples are not
1110 // strict-null compliant.
1211 "strictNullChecks" : false ,
You can’t perform that action at this time.
0 commit comments