From de1c30410b860c9576108f076ec4dd8273e61a79 Mon Sep 17 00:00:00 2001 From: Alex Chen <68627897+yongbing-chen@users.noreply.github.com> Date: Tue, 1 Sep 2020 09:01:29 +0800 Subject: [PATCH] upgrade tsconfig es2017 to esnext (#531) --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 2ac8e387..072b052b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,7 +15,7 @@ "jsx": "preserve", "experimentalDecorators": true, "lib": [ - "es2017", + "esnext", "dom" ], "typeRoots": [