You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All the addons packages does not have a typescript type declaration file .d.ts nor it exists in @types/ packages.
So if types really are not supported yet, is there is any plans to provide types for the people who uses molecular in typescript like myself currently, thanks? 😃
I was trying to find type declarations for the Molecular Bull addon.
I had to add globals.d.ts file with declare module 'moleculer-bull'; in it to avoid typescript error. and optionally added simple typings there myself for the module.
The text was updated successfully, but these errors were encountered:
All the addons packages does not have a typescript type declaration file
.d.ts
nor it exists in@types/
packages.So if types really are not supported yet, is there is any plans to provide types for the people who uses molecular in typescript like myself currently, thanks? 😃
I was trying to find type declarations for the Molecular Bull addon.
I had to add
globals.d.ts
file withdeclare module 'moleculer-bull';
in it to avoid typescript error. and optionally added simple typings there myself for the module.The text was updated successfully, but these errors were encountered: