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 dc7ddae commit 7c0f18fCopy full SHA for 7c0f18f
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