Getting started

Setup:

tsconfig.json:

{
  "experimentalDecorators": true,
  "emitDecoratorMetadata": true, 
  "target": "es6"
}

Install the npm package:

npm install type-chef-di

\

Last updated