From 76292a8377c49c293db7ebaa3fa2c9edc3fcce78 Mon Sep 17 00:00:00 2001 From: m1m1sha <18262227804@163.com> Date: Sun, 5 May 2024 23:14:52 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=88=20perf:=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E6=97=A0=E7=94=A8tsconfig?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- easytier-gui/tsconfig.node.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 easytier-gui/tsconfig.node.json diff --git a/easytier-gui/tsconfig.node.json b/easytier-gui/tsconfig.node.json deleted file mode 100644 index 42872c5..0000000 --- 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"] -}