From e9ba2ecace6033d0074ba356ef4c2faa922b5a00 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: Sat, 27 Aug 2022 06:38:15 +0800 Subject: [PATCH] chore: update types --- tsconfig.node.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/tsconfig.node.json b/tsconfig.node.json index 907fa59..8b267ba 100644 --- a/tsconfig.node.json +++ b/tsconfig.node.json @@ -6,7 +6,9 @@ "moduleResolution": "Node", "jsx": "preserve", "resolveJsonModule": true, - "allowSyntheticDefaultImports": true - }, - "include": ["vite.config.ts", "package.json"] + "allowSyntheticDefaultImports": true, + "types": [ + "vite-plugin-electron/electron-env" + ] + } }