-
-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v5.4.0 "Cannot find module '@sindresorhus/is' or its corresponding type declarations" #179
Comments
The same issue here, didn't happen on 5.3.0 |
The problem is your TypeScript config. Make sure you'are on TS 5 or later and use this config: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c#how-can-i-make-my-typescript-project-output-esm |
Thank you very much |
Shame... it's not easy on my project to transform all my commonJS modules into ESM... so I must keep an old version of @sindresorhus/is for the moment. :'( EDIT: |
After upgrading to 5.4.0 I am getting "Cannot find module '@sindresorhus/is' or its corresponding type declarations"
The text was updated successfully, but these errors were encountered: