Basic Angular and Electron working

This commit is contained in:
Geomitron
2020-02-03 00:29:48 -05:00
parent 66038d9e76
commit c5ed58ea35
8 changed files with 922 additions and 72 deletions

9
tsconfig.electron.json Normal file
View File

@@ -0,0 +1,9 @@
{
"extends": "./tsconfig.json",
"include": [
"src/electron/**/*.ts"
],
"compilerOptions": {
"outDir": "dist/electron"
}
}