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