Suggest "internal resolution error" for types wrongly declared from a TS point-of-view (node native esm)
Opened this issue · 1 comments
dubzzz commented
Currently publint
is flagging fast-check@3.13.0
as a correctly packaged package.
But if we check onto https://arethetypeswrong.github.io/?p=fast-check%403.13.0 the result is different. The tool reports "Internal resolution error".
I got reported the following issue dubzzz/fast-check#4253 with a simple to use repro. On my side the fix has been to add missing .js extension to all my .d.ts files for esm (I also did it for cjs).