File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -337,14 +337,14 @@ exports[`Assets Directory Snapshots > CDK assets > cdk/cdk/tsconfig.json should
337337 " strictNullChecks" : true ,
338338 " noImplicitThis" : true ,
339339 " alwaysStrict" : true ,
340- " noUnusedLocals" : false ,
341- " noUnusedParameters" : false ,
340+ " noUnusedLocals" : true ,
341+ " noUnusedParameters" : true ,
342342 " noImplicitReturns" : true ,
343- " noFallthroughCasesInSwitch" : false ,
343+ " noFallthroughCasesInSwitch" : true ,
344344 " inlineSourceMap" : true ,
345345 " inlineSources" : true ,
346346 " experimentalDecorators" : true ,
347- " strictPropertyInitialization" : false ,
347+ " strictPropertyInitialization" : true ,
348348 " skipLibCheck" : true ,
349349 " typeRoots" : [" ./node_modules/@types" ],
350350 " rootDir" : " ." ,
Original file line number Diff line number Diff line change 1010 "strictNullChecks" : true ,
1111 "noImplicitThis" : true ,
1212 "alwaysStrict" : true ,
13- "noUnusedLocals" : false ,
14- "noUnusedParameters" : false ,
13+ "noUnusedLocals" : true ,
14+ "noUnusedParameters" : true ,
1515 "noImplicitReturns" : true ,
16- "noFallthroughCasesInSwitch" : false ,
16+ "noFallthroughCasesInSwitch" : true ,
1717 "inlineSourceMap" : true ,
1818 "inlineSources" : true ,
1919 "experimentalDecorators" : true ,
20- "strictPropertyInitialization" : false ,
20+ "strictPropertyInitialization" : true ,
2121 "skipLibCheck" : true ,
2222 "typeRoots" : [" ./node_modules/@types" ],
2323 "rootDir" : " ." ,
You can’t perform that action at this time.
0 commit comments