Skip to content

Commit 267cdb9

Browse files
committed
config
1 parent d7cb8f8 commit 267cdb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
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": false /* Enable error reporting when local variables aren't read. */,
96+
"noUnusedLocals": true /* Enable error reporting when local variables aren't read. */,
9797
// "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. */

0 commit comments

Comments
 (0)