How to emit TypeScript/JavaScript decorators

interop

#1

I’m experimenting with NestJS and ReasonML, however I’ve hit a block when I see the usage of @inject etc annotations.

How is this generally countered in the ReasonML codebase?

I tried embedding this using bs.raw, however that fails for some reason.