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