File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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. */
You can’t perform that action at this time.
0 commit comments