bjornharrtell / jsts

JavaScript Topology Suite
http://bjornharrtell.github.io/jsts/
Other
1.49k stars 232 forks source link

TS7016: Could not find a declaration file for module #523

Closed YuriiDmytryshyn closed 3 months ago

YuriiDmytryshyn commented 3 months ago

Angular 16 node v20.9.0 npm 10.1.0 jsts 2.11.3

Screenshot 2024-07-30 at 17 04 26

import OL3Parser from 'jsts/org/locationtech/jts/io/OL3Parser'; export class **** { const parserFromOL3 = new OL3Parser(); }

bjornharrtell commented 3 months ago

JSTS do not supply type definitions, see https://github.com/bjornharrtell/jsts/issues/285.