From 8796b57bb62feebde382b47acea977ecfd4eba61 Mon Sep 17 00:00:00 2001 From: Eugene Terehov Date: Tue, 24 Nov 2020 17:46:38 +0200 Subject: [PATCH] Update README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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