aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/tsconfig.node.json
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/tsconfig.node.json')
-rw-r--r--frontend/tsconfig.node.json15
1 files changed, 4 insertions, 11 deletions
diff --git a/frontend/tsconfig.node.json b/frontend/tsconfig.node.json
index 61d6465..50145d1 100644
--- a/frontend/tsconfig.node.json
+++ b/frontend/tsconfig.node.json
@@ -2,14 +2,9 @@
"compilerOptions": {
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
"target": "ES2023",
- "lib": [
- "ES2023"
- ],
+ "lib": ["ES2023"],
"module": "ESNext",
- "types": [
- "node",
- "vitest"
- ],
+ "types": ["node", "vitest"],
"skipLibCheck": true,
/* Bundler mode */
"moduleResolution": "bundler",
@@ -25,7 +20,5 @@
"noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true
},
- "include": [
- "vite.config.ts"
- ]
-} \ No newline at end of file
+ "include": ["vite.config.ts"]
+}