GeoTIFF / georaster-layer-for-leaflet

Display GeoTIFFs and soon other types of raster on your Leaflet Map
https://geotiff.github.io/georaster-layer-for-leaflet-example/
Apache License 2.0
283 stars 57 forks source link

Update package.json to correctly export types for typescript 5 #135

Closed jellyspoon closed 8 months ago

jellyspoon commented 8 months ago

Adding correct type export for typescript 5

jellyspoon commented 8 months ago

This is a tiny change to the package.json that allows georaster-layer-for-leaflet to play nicely with typescript 5.

DanielJDufour commented 8 months ago

Thank you!