From 5123ad6597196a3664f3a4fff9fdbf93a254a9c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8D=89=E9=9E=8B=E6=B2=A1=E5=8F=B7?= <308487730@qq.com> Date: Thu, 1 Sep 2022 08:44:09 +0800 Subject: [PATCH] chore: update --- tsconfig.json | 1 + tsconfig.node.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index f1fb808..c93d365 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,6 +14,7 @@ "allowSyntheticDefaultImports": true, "skipLibCheck": true }, + "include": ["src"], "references": [ { "path": "./tsconfig.node.json" } ] diff --git a/tsconfig.node.json b/tsconfig.node.json index f15e351..767a0b1 100644 --- a/tsconfig.node.json +++ b/tsconfig.node.json @@ -11,5 +11,5 @@ "vite-plugin-electron/electron-env" ] }, - "include": ["package.json", "electron", "src"] + "include": ["package.json", "electron"] }