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
Thanks for your great plugin - saves us a lot of time and effort getting things up and running.
Lots of projects use typescript metadata (e.g. tsyringe, typestack, typegoose ... to name a few).
We are trying to implement dependency injection framework tsyringe into our stack to simplify dependency resolution, and in order for this to work with babel, we have to install the babel plugin babel-plugin-transform-typescript-metadata.
Decorators especially are a highly used part of typescript so it would be good to be able to support them in this plugin.
The text was updated successfully, but these errors were encountered:
Thanks for your great plugin - saves us a lot of time and effort getting things up and running.
Lots of projects use typescript metadata (e.g. tsyringe, typestack, typegoose ... to name a few).
We are trying to implement dependency injection framework tsyringe into our stack to simplify dependency resolution, and in order for this to work with babel, we have to install the babel plugin
babel-plugin-transform-typescript-metadata
.Decorators especially are a highly used part of typescript so it would be good to be able to support them in this plugin.
The text was updated successfully, but these errors were encountered: