We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
noImplicitUseStrict
1 parent 9ad4bfb commit 0a5c855Copy full SHA for 0a5c855
tsconfig.json
@@ -3,7 +3,6 @@
3
"noImplicitAny": true,
4
"noUnusedLocals": true,
5
"noUnusedParameters": true,
6
- "noImplicitUseStrict": true,
7
"strictNullChecks": true,
8
"module": "esnext",
9
"moduleResolution": "node",
0 commit comments