We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8956ada commit b7d2656Copy full SHA for b7d2656
1 file changed
tsconfig.node.json
@@ -1,8 +1,8 @@
1
{
2
"compilerOptions": {
3
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
4
- "target": "ES2023",
5
- "lib": ["ES2023"],
+ "target": "ES2022",
+ "lib": ["ES2022"],
6
"module": "ESNext",
7
"skipLibCheck": true,
8
@@ -19,7 +19,8 @@
19
"noUnusedParameters": true,
20
"erasableSyntaxOnly": true,
21
"noFallthroughCasesInSwitch": true,
22
- "noUncheckedSideEffectImports": true
+ "noUncheckedSideEffectImports": true,
23
+ "forceConsistentCasingInFileNames": true
24
},
25
"include": ["vite.config.ts"]
26
}
0 commit comments