File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 2828 // "alwaysStrict": true, /* Parse in strict mode and emit "use strict" for each source file. */
2929
3030 /* Additional Checks */
31- // "noUnusedLocals": true, /* Report errors on unused locals. */
32- // "noUnusedParameters": true, /* Report errors on unused parameters. */
33- // "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
34- // "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */
31+ "noUnusedLocals" : true , /* Report errors on unused locals. */
32+ "noUnusedParameters" : true , /* Report errors on unused parameters. */
33+ "noImplicitReturns" : true , /* Report error when not all code paths in function return a value. */
34+ "noFallthroughCasesInSwitch" : true , /* Report errors for fallthrough cases in switch statement. */
35+ "forceConsistentCasingInFileNames" : true ,
3536
3637 /* Module Resolution Options */
3738 "moduleResolution" : " node" , /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */
You can’t perform that action at this time.
0 commit comments