We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The typescript types are not resolved when moduleResolution is set to bundler.
moduleResolution
bundler
This can be confirmed by checking the package with are the types wrong
This issue is resolved by adding a types entry for each of the package.json's exports entries.
types
exports
I have made the changes locally and confirmed by packing the lib and testing again with arethetypeswrong
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Issue Description
The typescript types are not resolved when
moduleResolution
is set tobundler
.This can be confirmed by checking the package with are the types wrong
Proposed Resolution
This issue is resolved by adding a
types
entry for each of the package.json'sexports
entries.I have made the changes locally and confirmed by packing the lib and testing again with arethetypeswrong
The text was updated successfully, but these errors were encountered: