geoblocks / ol-maplibre-layer

Use a MapBox map as an OpenLayers layer
https://geoblocks.github.io/ol-maplibre-layer/demo.html
BSD 3-Clause "New" or "Revised" License
35 stars 5 forks source link

ensure compatibility with Node.js #187

Closed taulinger closed 1 month ago

taulinger commented 1 month ago

See https://www.typescriptlang.org/docs/handbook/modules/reference.html#node16-nodenext

- node16 and nodenext are the only correct module options for all apps and libraries that are intended to run in Node.js v12 or later, whether they use ES modules or not.
fredj commented 1 month ago

Thanks @taulinger