Skip to content

Commit

Permalink
docs: clean up whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
nartc committed Jun 27, 2021
1 parent 7d6ab91 commit 6e7d199
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs-site/docs/getting-started/introduce-to-automapper.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,14 +105,13 @@ yarn add @automapper/{core,classes}
yarn add -D @automapper/types
```


## Enable decorators metadata

Make sure the following decorator switches are on in your `tsconfig`:

```json
"experimentalDecorators": true,
"emitDecoratorMetadata": true
"experimentalDecorators": true,
"emitDecoratorMetadata": true
```

## Create a `Mapper`
Expand Down

0 comments on commit 6e7d199

Please sign in to comment.