From e7af13fd9b4bc3dc31d9fbcbf5b65fbfcad347c0 Mon Sep 17 00:00:00 2001 From: Leandro Facchinetti Date: Sat, 21 Mar 2020 12:01:55 -0400 Subject: [PATCH] . --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 1e1e6c9..726ad9b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "ESNEXT", + "target": "ES2019", "module": "commonjs", "jsx": "react", "sourceMap": true,