build: generate desktop application release artifacts and update project configuration

This commit is contained in:
Firman Ramdhani
2026-04-05 22:33:08 +07:00
parent 9b7e027024
commit a13feb1c51
20 changed files with 3183 additions and 31 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"compilerOptions": {
"composite": true
},
"references": [
{ "path": "./tsconfig.main.json" },
{ "path": "./tsconfig.preload.json" },
{ "path": "./tsconfig.renderer.json" }
],
"include": []
}