aboutsummaryrefslogtreecommitdiff
path: root/src-vue/tsconfig.node.json
diff options
context:
space:
mode:
Diffstat (limited to 'src-vue/tsconfig.node.json')
-rw-r--r--src-vue/tsconfig.node.json9
1 files changed, 0 insertions, 9 deletions
diff --git a/src-vue/tsconfig.node.json b/src-vue/tsconfig.node.json
deleted file mode 100644
index 9d31e2ae..00000000
--- a/src-vue/tsconfig.node.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "compilerOptions": {
- "composite": true,
- "module": "ESNext",
- "moduleResolution": "Node",
- "allowSyntheticDefaultImports": true
- },
- "include": ["vite.config.ts"]
-}