From 10cf0405f72e227c9506396e761fde0a7507e476 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: Mon, 29 Aug 2022 09:26:32 +0800 Subject: [PATCH] chore: update include --- tsconfig.json | 1 + tsconfig.node.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index c4ae66c..c81e322 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,6 +21,7 @@ "noEmit": true, "jsx": "react-jsx" }, + "include": ["src"], "references": [{ "path": "./tsconfig.node.json" }] } diff --git a/tsconfig.node.json b/tsconfig.node.json index 2809eb1..c814197 100644 --- a/tsconfig.node.json +++ b/tsconfig.node.json @@ -8,5 +8,6 @@ "types": [ "vite-plugin-electron/electron-env" ] - } + }, + "include": ["package.json", "electron"] }