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 77a4f79 commit 26537f9Copy full SHA for 26537f9
tsconfig.json
@@ -16,6 +16,7 @@
16
/* Strict Type-Checking Options */
17
"strict": true, /* Enable all strict type-checking options. */
18
"strictFunctionTypes": true, /* Disable the new bidirectional covariance check in TS 2.6 */
19
+ "strictBindCallApply": false, /* Disable the strict bind from TS 3.2 as it can't handle overloads correctly. */
20
"noImplicitThis": true, /* Raise error on 'this' expressions with an implied 'any' type. */
21
"alwaysStrict": true, /* Parse in strict mode and emit "use strict" for each source file. */
22
@@ -45,4 +46,4 @@
45
46
"src/**/*",
47
"tests/**/*"
48
]
-}
49
+}
0 commit comments