-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
chore: add type property under conditional exports in package.json #18
Conversation
I think I messed with the previous commits, I'll open another PR if you'd prefer. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks for the submission!
Can't see any conflicts, but unable to rebase and merge. Would you resubmit? |
Hey, I see you already pushed this to main, should the PR be closed now? |
Yep, sorry to jump the gun on you! Thanks for the fix anyway. |
This PR solves a tsc problem that occurs when
"module": "nodenext"
is set in tsconfig.json (I couldn't figure why exactly). SettingcompilerOptions.paths
also solves the problem, but I think it would be more convenient if this was changed in the upstream.Without any changes: