fixed build
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good Details

2022.01
Mark van der Wal 2020-09-03 10:25:39 +02:00
parent ce56dd9e9f
commit 76bdad6eaf
2 changed files with 4 additions and 3 deletions

View File

@ -4,7 +4,7 @@ import {Observable} from 'rxjs';
import {GeoJSON} from 'ol/format';
import {map, switchMap, tap} from 'rxjs/operators';
import {getCenter} from 'ol/extent';
import * as moment from 'moment';
import moment from 'moment';
import {AppConfig} from '../shared/app.config';
import {WeatherCurrentObservation} from '../models/weatherCurrentObservation';
import {IItem} from '../models/item';

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/*"
]
}
},