Skip to content

Commit fefadee

Browse files
committed
update tsconfig
1 parent 0a4a502 commit fefadee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.json

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

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

0 commit comments

Comments
 (0)