Import the Angular web app to the back-end project

This commit is contained in:
Florian
2018-05-24 19:51:25 +02:00
parent f55c6aa23b
commit 5a4196dced
90 changed files with 3802 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"include": ["node_modules/angular-bootstrap-md/**/*.ts", "src/**/*.ts"],
"compileOnSave": false,
"compilerOptions": {
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es5",
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2017",
"dom"
]
}
}