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 250c39d commit 5986e88Copy full SHA for 5986e88
1 file changed
tsconfig.json
@@ -3,8 +3,8 @@
3
"compilerOptions": {
4
"allowJs": true,
5
"allowSyntheticDefaultImports": true,
6
- "allowUnreachableCode": true,
7
- "baseUrl": ".",
+ "allowUnreachableCode": false,
+ "allowUnusedLabels": false,
8
"checkJs": true,
9
"declaration": true,
10
"esModuleInterop": true,
@@ -14,14 +14,13 @@
14
"module": "NodeNext",
15
"moduleResolution": "NodeNext",
16
"noEmit": true,
17
- "noImplicitAny": true,
18
"noImplicitReturns": true,
19
"noUncheckedIndexedAccess": true,
20
"noUnusedLocals": true,
+ "noUnusedParameters": true,
21
"resolveJsonModule": true,
22
"skipLibCheck": true,
23
"strict": true,
24
- "strictNullChecks": true,
25
"target": "ES2020"
26
},
27
"include": [".eslintrc.cjs", "bin", "prettier.config.js", "src"]
0 commit comments