|
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. */
|
101 | 101 | // "noUncheckedIndexedAccess": true, /* Add 'undefined' to a type when accessed using an index. */
|
102 |
| - // "noImplicitOverride": true, /* Ensure overriding members in derived classes are marked with an override modifier. */ |
| 102 | + "noImplicitOverride": true, /* Ensure overriding members in derived classes are marked with an override modifier. */ |
103 | 103 | // "noPropertyAccessFromIndexSignature": true, /* Enforces using indexed accessors for keys declared using an indexed type. */
|
104 | 104 | // "allowUnusedLabels": true, /* Disable error reporting for unused labels. */
|
105 | 105 | // "allowUnreachableCode": true, /* Disable error reporting for unreachable code. */
|
|
0 commit comments