Electron & Electron Builder
This commit is contained in:
10
software/tsconfig.node.json
Normal file
10
software/tsconfig.node.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"include": [
|
||||
"electron/*",
|
||||
],
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"isolatedModules": false,
|
||||
"outDir": "build/src/electron"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user