# Getting started

### Setup:

**tsconfig.json:**

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

#### Install the npm package:

```
npm install type-chef-di
```

\\
