|
@@ -2,9 +2,7 @@
|
|
"compilerOptions": {
|
|
"compilerOptions": {
|
|
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
|
|
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
|
|
"target": "ES2022",
|
|
"target": "ES2022",
|
|
- "lib": [
|
|
|
|
- "ES2023"
|
|
|
|
- ],
|
|
|
|
|
|
+ "lib": ["ES2023"],
|
|
"module": "ESNext",
|
|
"module": "ESNext",
|
|
"skipLibCheck": true,
|
|
"skipLibCheck": true,
|
|
/* Bundler mode */
|
|
/* Bundler mode */
|
|
@@ -18,10 +16,7 @@
|
|
"noUnusedLocals": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"noUnusedParameters": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
- "noUncheckedSideEffectImports": true,
|
|
|
|
-
|
|
|
|
|
|
+ "noUncheckedSideEffectImports": true
|
|
},
|
|
},
|
|
- "include": [
|
|
|
|
- "vite.config.ts"
|
|
|
|
- ]
|
|
|
|
|
|
+ "include": ["vite.config.ts"]
|
|
}
|
|
}
|