Fix error TS2307: Cannot find module 'ngx-openlayers' or its corresponding type declarations.
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good

This commit is contained in:
2023-12-29 11:07:41 +01:00
parent 8e8f18ad7c
commit a2a287961c
4 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@
"@ngrx/router-store":">=14.0.0",
"@ngrx/store":">=14.0.0",
"tassign": ">=1.0.0",
"@farmmaps/ngx-openlayers": "file:dist/ngx-openlayers",
"ngx-openlayers": "file:dist/ngx-openlayers",
"ol": ">=6.8.1"
}
}