diff --git a/tsconfig.json b/tsconfig.json index f1fb808..c93d365 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,6 +14,7 @@ "allowSyntheticDefaultImports": true, "skipLibCheck": true }, + "include": ["src"], "references": [ { "path": "./tsconfig.node.json" } ] diff --git a/tsconfig.node.json b/tsconfig.node.json index f15e351..767a0b1 100644 --- a/tsconfig.node.json +++ b/tsconfig.node.json @@ -11,5 +11,5 @@ "vite-plugin-electron/electron-env" ] }, - "include": ["package.json", "electron", "src"] + "include": ["package.json", "electron"] }