Skip to content

Commit 3598bac

Browse files
committed
Disallow implicit any
1 parent 58933bb commit 3598bac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/frontend/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080

8181
/* Type Checking */
8282
"strict": true, /* Enable all strict type-checking options. */
83-
"noImplicitAny": false, /* Enable error reporting for expressions and declarations with an implied 'any' type. */
83+
// "noImplicitAny": true, /* Enable error reporting for expressions and declarations with an implied 'any' type. */
8484
// "strictNullChecks": true, /* When type checking, take into account 'null' and 'undefined'. */
8585
// "strictFunctionTypes": true, /* When assigning functions, check to ensure parameters and the return values are subtype-compatible. */
8686
// "strictBindCallApply": true, /* Check that the arguments for 'bind', 'call', and 'apply' methods match the original function. */

0 commit comments

Comments
 (0)