aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.node.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.node.json')
-rw-r--r--tsconfig.node.json12
1 files changed, 9 insertions, 3 deletions
diff --git a/tsconfig.node.json b/tsconfig.node.json
index db0becc..390ac3a 100644
--- a/tsconfig.node.json
+++ b/tsconfig.node.json
@@ -1,9 +1,12 @@
{
"compilerOptions": {
- "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
+
"target": "ES2022",
- "lib": ["ES2023"],
+ "lib": [
+ "ES2023"
+ ],
"module": "ESNext",
+ "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
"skipLibCheck": true,
/* Bundler mode */
@@ -20,5 +23,8 @@
"noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true
},
- "include": ["vite.config.ts"]
+
+ "include": [
+ "vite.config.mts"
+ ]
}