mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-11 14:19:38 +00:00
Basic Angular and Electron working
This commit is contained in:
9
tsconfig.electron.json
Normal file
9
tsconfig.electron.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"include": [
|
||||
"src/electron/**/*.ts"
|
||||
],
|
||||
"compilerOptions": {
|
||||
"outDir": "dist/electron"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user