psalaets/line-intersect

TypeScript declaration file is not included into the published npm package

vldmrkl opened this issue · 2 comments

I see that you have a TypeScript declaration file in your repo, but it isn't included into the package published on npm. Thus, users have to copy and paste this file into the project folder in order for TypeScript to compile without errors.

It would be really nice if npm package had these type definitions by default.

Thanks for reporting this. I just published version 2.2.2 which should include the typescript defs.

Thank you, @psalaets!