From 60d4972695618ae278f5df33ab01551c32bbdcd9 Mon Sep 17 00:00:00 2001 From: lihong Date: Fri, 15 Oct 2021 16:16:00 +0800 Subject: [PATCH] lihong67@huawei.com update lib.es.2017.d.ts to lib.es2020.d.ts. Signed-off-by: lihong Change-Id: Idb45ddbd6dd5d4b120291e9409c8e42732f390d0 --- compiler/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/tsconfig.json b/compiler/tsconfig.json index 0cc98114f..822f29fa5 100644 --- a/compiler/tsconfig.json +++ b/compiler/tsconfig.json @@ -17,7 +17,7 @@ "types": [], "typeRoots": [], "lib": [ - "es2017" + "es2020" ] }, "exclude": [ -- Gitee