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 d369d89 commit cde5a99Copy full SHA for cde5a99
tsconfig.json
@@ -22,9 +22,9 @@
22
"verbatimModuleSyntax": true,
23
"stripInternal": true,
24
"strict": false,
25
+ "strictFunctionTypes": true,
26
"noUnusedLocals": true,
27
"noUnusedParameters": true,
- "strictFunctionTypes": true,
28
"noPropertyAccessFromIndexSignature": false,
29
"exactOptionalPropertyTypes": false,
30
"sourceMap": true,
0 commit comments