From aed1ad4580e67568446d0acac87edc672de0fe28 Mon Sep 17 00:00:00 2001 From: weijiaxun Date: Fri, 30 Aug 2019 14:15:37 +0000 Subject: [PATCH] chore: update tsc target - update tsc target to "es2017" according to #8005 Change-Id: Id39241d89ccb92c25a75d89addaf1528cc79ec59 --- src/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tsconfig.json b/src/tsconfig.json index b847912b35c..091d1d3acbc 100644 --- a/src/tsconfig.json +++ b/src/tsconfig.json @@ -5,7 +5,7 @@ "preserveConstEnums": true, "sourceMap": false, "outDir": "../out", - "target": "es6", + "target": "es2017", "lib": [ "dom", "es5",