How to solve TypeScript errors with @turf/turf - "Could not find a declaration file for module" #2521
-
As far as I understand, there are included TypeScript types with the library, but my IDE (Jetbrains) is throwing TS errors when I install the library. Can anyone help me understand what is wrong, and if it's on my side what should I do? What I did:
The error is: TS7016: Could not find a declaration file for module There are types at |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Sounds similar to some errors that have gone by in other issues and potentially fixed in the latest 7.x alpha version of turf on npm. Give it a try? |
Beta Was this translation helpful? Give feedback.
Sounds similar to some errors that have gone by in other issues and potentially fixed in the latest 7.x alpha version of turf on npm. Give it a try?