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 1f03415 commit 74595f6Copy full SHA for 74595f6
tsconfig.json
@@ -5,8 +5,11 @@
5
"allowJs": true,
6
"skipLibCheck": true,
7
"strict": true,
8
+ "noImplicitThis": true,
9
+ "strictNullChecks": true,
10
+ "noUnusedLocals": true,
11
+ "noUnusedParameters": true,
12
"forceConsistentCasingInFileNames": true,
- "noImplicitThis": false,
13
"esModuleInterop": true,
14
"module": "esnext",
15
"moduleResolution": "Bundler",
0 commit comments