1 parent 10282ea commit 58b387bCopy full SHA for 58b387b
1 file changed
tsconfig.json
@@ -22,7 +22,7 @@
22
"strict": false, /* Enable all strict type-checking options. */
23
// "noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */
24
// "strictNullChecks": true, /* Enable strict null checks. */
25
- // "strictFunctionTypes": true, /* Enable strict checking of function types. */
+ "strictFunctionTypes": true, /* Enable strict checking of function types. */
26
// "strictPropertyInitialization": true, /* Enable strict checking of property initialization in classes. */
27
// "noImplicitThis": true, /* Raise error on 'this' expressions with an implied 'any' type. */
28
// "alwaysStrict": true, /* Parse in strict mode and emit "use strict" for each source file. */
0 commit comments