This repository has been archived by the owner on Jan 6, 2025. It is now read-only.
Errors when using "moduleResolution": "NodeNext" because "type": "module" is missing #418
Labels
bug
Something isn't working
Describe the bug
I get a bunch of errors in this package when using
using "moduleResolution": "NodeNext"
in my project because TS considers this package CommonJS by default, and it imports ESM modules.The text was updated successfully, but these errors were encountered: