From 3da67b29ed419525886b3b83f301d2f22a43bdca Mon Sep 17 00:00:00 2001 From: smart_ex Date: Mon, 4 Apr 2022 18:44:15 +1000 Subject: [PATCH] update lib es2020 --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 4944d34..c3e75d7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "lib": [ - "es2019" + "es2020" ], "target": "es2017", "module": "CommonJS",