Skip to content

Commit 8796b57

Browse files
committed
Update README
1 parent 66f53bf commit 8796b57

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,15 @@ This feature enables `tslog` to reference a correct line number in your TypeScri
5555
// ...
5656
"compilerOptions": {
5757
// ...
58-
"sourceMap": true
58+
"sourceMap": true,
59+
// we recommend using an current ES version
60+
"target": "es2019",
5961
}
6062
}
6163
```
6264

65+
66+
6367
### Simple example
6468

6569
```typescript

0 commit comments

Comments
 (0)