Skip to content

Commit 98e842b

Browse files
committed
conf: disable redundant checks
1 parent 36d577a commit 98e842b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@
9393
// "noImplicitThis": true, /* Enable error reporting when 'this' is given the type 'any'. */
9494
// "useUnknownInCatchVariables": true, /* Default catch clause variables as 'unknown' instead of 'any'. */
9595
// "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. */
9898
// "exactOptionalPropertyTypes": true, /* Interpret optional property types as written, rather than adding 'undefined'. */
9999
// "noImplicitReturns": true, /* Enable error reporting for codepaths that do not explicitly return in a function. */
100100
// "noFallthroughCasesInSwitch": true, /* Enable error reporting for fallthrough cases in switch statements. */

0 commit comments

Comments
 (0)