File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 93
93
// "noImplicitThis": true, /* Enable error reporting when 'this' is given the type 'any'. */
94
94
// "useUnknownInCatchVariables": true, /* Default catch clause variables as 'unknown' instead of 'any'. */
95
95
// "alwaysStrict": true, /* Ensure 'use strict' is always emitted. */
96
- "noUnusedLocals" : true , /* Enable error reporting when local variables aren't read. */
97
- "noUnusedParameters" : true , /* Raise an error when a function parameter isn't read. */
96
+ // "noUnusedLocals": true, /* Enable error reporting when local variables aren't read. */
97
+ // "noUnusedParameters": true, /* Raise an error when a function parameter isn't read. */
98
98
// "exactOptionalPropertyTypes": true, /* Interpret optional property types as written, rather than adding 'undefined'. */
99
99
// "noImplicitReturns": true, /* Enable error reporting for codepaths that do not explicitly return in a function. */
100
100
// "noFallthroughCasesInSwitch": true, /* Enable error reporting for fallthrough cases in switch statements. */
You can’t perform that action at this time.
0 commit comments