Skip to content

Commit 58b387b

Browse files
author
Mohsen Azimi
committed
enable strictFunctionTypes
1 parent 10282ea commit 58b387b

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
@@ -22,7 +22,7 @@
2222
"strict": false, /* Enable all strict type-checking options. */
2323
// "noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */
2424
// "strictNullChecks": true, /* Enable strict null checks. */
25-
// "strictFunctionTypes": true, /* Enable strict checking of function types. */
25+
"strictFunctionTypes": true, /* Enable strict checking of function types. */
2626
// "strictPropertyInitialization": true, /* Enable strict checking of property initialization in classes. */
2727
// "noImplicitThis": true, /* Raise error on 'this' expressions with an implied 'any' type. */
2828
// "alwaysStrict": true, /* Parse in strict mode and emit "use strict" for each source file. */

0 commit comments

Comments
 (0)