fixed build
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good

This commit is contained in:
2020-09-03 10:25:39 +02:00
parent ce56dd9e9f
commit 76bdad6eaf
2 changed files with 4 additions and 3 deletions

View File

@@ -11,6 +11,7 @@
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"importHelpers": true,
"esModuleInterop": true,
"types": [],
"lib": [
"dom",
@@ -18,9 +19,9 @@
],
"paths": {
"@angular/*": [
"node_modules/@angular/*"
]
}
},