diff --git a/easytier-gui/tsconfig.node.json b/easytier-gui/tsconfig.node.json deleted file mode 100644 index 42872c59..00000000 --- a/easytier-gui/tsconfig.node.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "compilerOptions": { - "composite": true, - "skipLibCheck": true, - "module": "ESNext", - "moduleResolution": "bundler", - "allowSyntheticDefaultImports": true - }, - "include": ["vite.config.ts"] -}