Closed ong-appxplore closed 8 months ago
@ong-appxplore please test your project with detect-collisions@^9.5.0
I switched to poly-decomp-es
and fixed export hopefuly this helps
@Prozi I just tried it and it can build fine now. Thank you so much!
@ong-appxplore I'm happy to hear that!
thanks for using this library, creating a bug ticket and closing it!
Hi, I am currently using this module in my project. It is fine when running the project in development with
ts-node
but when I try to build it with the commandtsc
, I am getting a number of errors on failing to find the declaration file forpoly-decomp
I have further check the lib
poly-decomp
and usage ofPolygon
, andPoint
are no longer there after version 0.1.1. I am not entirely sure if this a problem on my ts config or this lib. Can you please advise?