From 936b0ef446e55bdd19ef30fbf62020f4c141992e Mon Sep 17 00:00:00 2001 From: zjx0905 <954270063@qq.com> Date: Mon, 27 Jul 2020 11:35:35 +0800 Subject: [PATCH] es2020 --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 5fd5025..580fd21 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,7 @@ "module": "esnext", "lib": [ "dom", - "es2017" + "es2020" ], "declaration": true, "declarationDir": "./types",