Chore: Upgraded to Angular 10
Chore: Updated all frontend dependencies
This commit is contained in:
2020-07-16 18:25:44 +05:30
parent a04cb4cd4d
commit 9b483e6d65
12 changed files with 138 additions and 118 deletions

View File

@ -0,0 +1,21 @@
{
"compileOnSave": false,
"compilerOptions": {
"baseUrl": "./",
"outDir": "../brewman/static",
"sourceMap": true,
"declaration": false,
"module": "es2020",
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es2015",
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2018",
"dom"
]
}
}