initial commit

This commit is contained in:
Markus Huggler
2020-11-09 23:01:39 +01:00
commit d004f0a59e
32 changed files with 15057 additions and 0 deletions

20
tsconfig.json Normal file
View File

@@ -0,0 +1,20 @@
/*
This is a "Solution Style" tsconfig.json file, and is used by editors and TypeScripts language server to improve development experience.
It is not intended to be used to perform a compilation.
To learn more about this file see: https://angular.io/config/solution-tsconfig.
*/
{
"files": [],
"references": [
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.spec.json"
},
{
"path": "./e2e/tsconfig.json"
}
]
}