Closed CodeWitchBella closed 2 years ago
I'll publish a new version with these changes soon.
I'll publish a new version with these changes soon.
Awesome, thanks
Sorry to interrupt, but any new version release plan? A whole month passes
I've been pretty busy lately and not had a lot of motivation to work on this project. I will make a release with all the changes promised by the end of the month.
🥺
Published v0.7.4 with these fixes.
Typescript 4.7 introduced new module resolution. Under this mode it does look into exports field to find types. This disallows it from finding typescript definition of this module. This MR fixes it.