summaryrefslogtreecommitdiff
path: root/tsconfig.node.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.node.json')
-rw-r--r--tsconfig.node.json11
1 files changed, 0 insertions, 11 deletions
diff --git a/tsconfig.node.json b/tsconfig.node.json
deleted file mode 100644
index 97ede7e..0000000
--- a/tsconfig.node.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "compilerOptions": {
- "composite": true,
- "skipLibCheck": true,
- "module": "ESNext",
- "moduleResolution": "bundler",
- "allowSyntheticDefaultImports": true,
- "strict": true
- },
- "include": ["vite.config.ts"]
-}