> For the complete documentation index, see [llms.txt](https://zer0-2.gitbook.io/type-chef-di/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zer0-2.gitbook.io/type-chef-di/overview/getting-started.md).

# Getting started

### Setup:

**tsconfig.json:**

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

#### Install the npm package:

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

\\
