From fc694b90b6a59d4761cf3329120cdedec6ea37a6 Mon Sep 17 00:00:00 2001 From: Alexis Svinartchouk Date: Mon, 27 Jan 2020 13:39:33 +0100 Subject: [PATCH] Target es2018 Change-type: patch --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index b0f14d3c..551a92e6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,7 @@ "allowJs": true, "moduleResolution": "node", "module": "commonjs", - "target": "es2017", + "target": "es2018", "jsx": "react", "typeRoots": ["./node_modules/@types", "./typings"], "allowSyntheticDefaultImports": true