This is a plugin for esbuild to handle the tsconfig setting "emitDecoratorMetadata": true,
When the decorator flag is set to true, the build process will inspect each .ts file and upon a decorator, will transpile with Typescript.
The esbuild Plugin contains generators and executors for compiling a node app using esbuild
This project was generated using Nx.