-
Notifications
You must be signed in to change notification settings - Fork 363
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
Built package loses type definitions upon import. #844
Comments
Does Yes, could use a reproduction here as this is little information to go on. |
|
Types should just work then. Might be an issue with your editor? |
I don't think so, my entire team has the issue. The types work as expected when importing the package directly, without building. |
Closing as no reproduction provided. |
package.json:
Upon importing this package in another package, our build only includes certain types, for others they are 'any'.
Our .dist folder includes hooks.d.ts, store.d.ts, & index.d.ts.
I understand this is not much info, I am unfamiliar with the microbundle package, so if you need any more info, please ask :)
The text was updated successfully, but these errors were encountered: