Closed
Description
Hi, I'm unable to build my project, there is the typescript error:
error during build:
[vite:dts] Internal Error: Unable to follow symbol for "Position"
I found it's followed by these lines in geojson-path-finder
(there are 3 places):
import { Position } from "@turf/helpers";
And it looks reasonable, turf/helpers doesn't export the Position type.
Could you the imports this way?
from:
import { Position } from "@turf/helpers";
to:
import { Position } from 'geojson';
Metadata
Metadata
Assignees
Labels
No labels