Typing issue?
m-mohr opened this issue · comments
Matthias Mohr commented
Reported by a user:
Could not find a declaration file for module 'ol-stac'. '/home/.../git/elements/node_modules/ol-stac/src/ol/layer/STAC.js' implicitly has an 'any' type.
Trynpm i --save-dev @types/ol-stac
if it exists or add a new declaration (.d.ts) file containingdeclare module 'ol-stac';
Matthias Mohr commented
Fixed in 1.0.0-beta.8