Skip to content

Commit

Permalink
Update README.md (#34)
Browse files Browse the repository at this point in the history
Mention `experimentalDecorators` flag.
  • Loading branch information
ivan-kleshnin authored Jul 25, 2023
1 parent 41a95b5 commit 6824ee3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Import and use it. Retry for `Promise` is supported as long as the `runtime` has
### Install
> npm install typescript-retry-decorator
Depending on your setup, you may need to enable [`experimentalDecorators`](https://www.typescriptlang.org/tsconfig#experimentalDecorators) flag in `tsconfig.json`.

### Options
| Option Name | Type | Required? | Default | Description |
|:-----------------:|:------------------------:|:---------:|:---------------------------------------:|:-----------------------------------------------------------------------------------------------------------------:|
Expand Down

0 comments on commit 6824ee3

Please sign in to comment.