From 1bb2daf798db628ffc8d06270ddcfad862af51e2 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 07:43:02 +0800 Subject: [PATCH] fix: ts warning --- tsconfig.node.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.node.json b/tsconfig.node.json index 8b267ba..f15e351 100644 --- a/tsconfig.node.json +++ b/tsconfig.node.json @@ -10,5 +10,6 @@ "types": [ "vite-plugin-electron/electron-env" ] - } + }, + "include": ["package.json", "electron", "src"] }