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" + ] + } }