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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
To use TypeScript types with this module (in a different package), we need to publish types:
This is done pretty simply, by adding the "types" property in our package.json and ensure we build the types before publishing:
"types"
package.json
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
To use TypeScript types with this module (in a different package), we need to publish types:
This is done pretty simply, by adding the
"types"
property in ourpackage.json
and ensure we build the types before publishing:The text was updated successfully, but these errors were encountered: