We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a4a502 commit fefadeeCopy full SHA for fefadee
1 file changed
tsconfig.json
@@ -86,7 +86,7 @@
86
87
/* Type Checking */
88
"strict": true, /* Enable all strict type-checking options. */
89
- // "noImplicitAny": true, /* Enable error reporting for expressions and declarations with an implied 'any' type. */
+ "noImplicitAny": false, /* Enable error reporting for expressions and declarations with an implied 'any' type. */
90
// "strictNullChecks": true, /* When type checking, take into account 'null' and 'undefined'. */
91
// "strictFunctionTypes": true, /* When assigning functions, check to ensure parameters and the return values are subtype-compatible. */
92
// "strictBindCallApply": true, /* Check that the arguments for 'bind', 'call', and 'apply' methods match the original function. */
0 commit comments