Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
terehov committed Nov 24, 2020
1 parent 66f53bf commit 8796b57
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,15 @@ This feature enables `tslog` to reference a correct line number in your TypeScri
// ...
"compilerOptions": {
// ...
"sourceMap": true
"sourceMap": true,
// we recommend using an current ES version
"target": "es2019",
}
}
```



### Simple example

```typescript
Expand Down

0 comments on commit 8796b57

Please sign in to comment.