Skip to content

Commit 87cf031

Browse files
committed
chore: remove unused tsconfig for node env
1 parent 7b74894 commit 87cf031

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

tsconfig.node.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,7 @@
2020
"noUnusedParameters": true,
2121
"erasableSyntaxOnly": true,
2222
"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
23+
"noUncheckedSideEffectImports": true
2924
},
3025
"include": ["vite.config.ts"]
3126
}

0 commit comments

Comments
 (0)