linz / basemaps

NZ’s authoritative and open digital basemap service for LINZ and the public.
https://basemaps.linz.govt.nz
Other
92 stars 16 forks source link

fix: compiler issue with typescript v5.5.x #3310

Closed blacha closed 1 month ago

blacha commented 1 month ago

Motivation

Typescript v5.5.x was failing to build @basemaps/tiler causing the entire build to fail

Modifications

remove a unused package.json import which was causing it to fail

Verification