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

14
tsconfig.angular.json Normal file
View File

@@ -0,0 +1,14 @@
{
"extends": "./tsconfig.json",
"include": [
"src/**/*.ts"
],
"compilerOptions": {
"outDir": "../out-tsc/app",
"types": []
},
"angularCompilerOptions": {
"fullTemplateTypeCheck": true,
"strictInjectionParameters": true
}
}