-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Typings: micro-modules need types! #599
Comments
Do you get any error or are you using the modules directly? |
I copy-pasted these now but didn't verify whether this is working without additional modifications. |
Updated to mirror what I hope to be improvements within a7d2324 |
Yeah, you need index.d.ts for each module. I was using them directly. Furthermore I've had a lot of issues with having the typings in the typings subdirectory instead of next to index.js as index.d.ts so I'm glad you've made that change. |
Closing this for now as 6.4.0, which is now released, should solve the issue. Feel free to reopen the issue if necessary. |
Typings files need to be included for your micro-modules, like
@protobufjs/base64
The text was updated successfully, but these errors were encountered: