From 5fa875a495d10875741f106c1039c589bb8f65a0 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:39:40 +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 1e7e7d6..2809eb1 100644 --- a/tsconfig.node.json +++ b/tsconfig.node.json @@ -4,7 +4,9 @@ "module": "ESNext", "moduleResolution": "Node", "resolveJsonModule": true, - "allowSyntheticDefaultImports": true - }, - "include": ["vite.config.ts", "package.json"] + "allowSyntheticDefaultImports": true, + "types": [ + "vite-plugin-electron/electron-env" + ] + } }