diff --git a/README.md b/README.md index a626b450..80a17f38 100644 --- a/README.md +++ b/README.md @@ -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