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 75940a0 commit 48183d2Copy full SHA for 48183d2
tsconfig.json
@@ -22,6 +22,8 @@
22
"verbatimModuleSyntax": true,
23
"stripInternal": true,
24
"strict": false,
25
+ "strictBindCallApply": true,
26
+ "strictBuiltinIteratorReturn": true,
27
"strictFunctionTypes": true,
28
"noImplicitAny": true,
29
"noImplicitThis": true,
0 commit comments