aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/tsconfig.node.json
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/tsconfig.node.json')
-rw-r--r--frontend/tsconfig.node.json13
1 files changed, 0 insertions, 13 deletions
diff --git a/frontend/tsconfig.node.json b/frontend/tsconfig.node.json
deleted file mode 100644
index 3afdd6e..0000000
--- a/frontend/tsconfig.node.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "compilerOptions": {
- "composite": true,
- "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
- "skipLibCheck": true,
- "module": "ESNext",
- "moduleResolution": "bundler",
- "allowSyntheticDefaultImports": true,
- "strict": true,
- "noEmit": true
- },
- "include": ["vite.config.ts"]
-}