-
Notifications
You must be signed in to change notification settings - Fork 57
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
Type definition cannot be resolved under moduleResolution: "NodeNext" #248
Comments
Thank you for taking the time to open this issue and suggest fixes to the problem. I kindly ask that you consider creating a pull request with your suggested changes, so that we can review and discuss them further. Thank you again for your contribution! |
Hi, my suggestion needs to copy the output file, which requires changing the build step, I don't know if that is good. |
if you use patch-package you could make it works by adding to package.json
|
Same issue with moduleResolution bundler typescript 5+. There is no type definition.
|
I've created a PR to fix this issue: #264 |
Any plans to merge the above? |
I'm running to this issue, is there a workaround, or a library that works better with typescript. |
@ethansimmons while I owe a lot of thanks to urlcat over the years, I've started working on my own version to replace it called I've also left a note of recognition to urlcat in the readme of pathcat 🙂 |
Reports the following error:
Suggested changes to fix this problem
and copy
./dist/index.d.ts
to./dist/index.d.mts
The text was updated successfully, but these errors were encountered: