We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58933bb commit 3598bacCopy full SHA for 3598bac
ui/frontend/tsconfig.json
@@ -80,7 +80,7 @@
80
81
/* Type Checking */
82
"strict": true, /* Enable all strict type-checking options. */
83
- "noImplicitAny": false, /* Enable error reporting for expressions and declarations with an implied 'any' type. */
+ // "noImplicitAny": true, /* Enable error reporting for expressions and declarations with an implied 'any' type. */
84
// "strictNullChecks": true, /* When type checking, take into account 'null' and 'undefined'. */
85
// "strictFunctionTypes": true, /* When assigning functions, check to ensure parameters and the return values are subtype-compatible. */
86
// "strictBindCallApply": true, /* Check that the arguments for 'bind', 'call', and 'apply' methods match the original function. */
0 commit comments