We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b74894 commit 87cf031Copy full SHA for 87cf031
1 file changed
tsconfig.node.json
@@ -20,12 +20,7 @@
20
"noUnusedParameters": true,
21
"erasableSyntaxOnly": true,
22
"noFallthroughCasesInSwitch": true,
23
- "noUncheckedSideEffectImports": true,
24
-
25
- // See <https://www.semver-ts.org/formal-spec/5-compiler-considerations.html#strictness>
26
- // These 2 options are also part of the recommended tsconfig as of TS 5.9
27
- "noUncheckedIndexedAccess": false,
28
- "exactOptionalPropertyTypes": false
+ "noUncheckedSideEffectImports": true
29
},
30
"include": ["vite.config.ts"]
31
}
0 commit comments