build: generate desktop application release artifacts and update project configuration
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"composite": true
|
||||
},
|
||||
"references": [
|
||||
{ "path": "./tsconfig.main.json" },
|
||||
{ "path": "./tsconfig.preload.json" },
|
||||
{ "path": "./tsconfig.renderer.json" }
|
||||
],
|
||||
"include": []
|
||||
}
|
||||
Reference in New Issue
Block a user