fix: use electron-dist as output directory

This commit is contained in:
2026-07-04 21:26:29 +08:00
parent b30918807d
commit a23066e1f6
4 changed files with 6 additions and 7 deletions
+1 -2
View File
@@ -9,9 +9,8 @@
"skipLibCheck": true,
"lib": ["ESNext", "DOM", "DOM.Iterable"],
"composite": true,
"baseUrl": ".",
"paths": {
"@renderer/*": ["src/*"]
"@renderer/*": ["./src/*"]
}
},
"include": ["src/**/*", "electron/preload/index.d.ts"]