From 425007b96c423e27f5f66ff43e432437d9e0c8c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=9D=E5=85=88=E7=91=9E?= <1490493387@qq.com> Date: Sun, 20 Mar 2022 23:47:16 +0800 Subject: [PATCH] =?UTF-8?q?refactor(tsconfig.node.json):=20=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.node.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 tsconfig.node.json diff --git a/tsconfig.node.json b/tsconfig.node.json deleted file mode 100644 index 1fd3396c..00000000 --- a/tsconfig.node.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "compilerOptions": { - "composite": true, - "module": "esnext", - "moduleResolution": "node", - - "allowSyntheticDefaultImports": true // 默认导入 - }, - "include": ["vite.config.ts"] -} \ No newline at end of file