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