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