From e44a2b5995c0378ba50ec3cf9036733cf0874fbe Mon Sep 17 00:00:00 2001 From: whyour Date: Tue, 20 Sep 2022 19:43:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9tsconfig?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.back.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.back.json b/tsconfig.back.json index c977de1f..40011037 100644 --- a/tsconfig.back.json +++ b/tsconfig.back.json @@ -1,7 +1,7 @@ { "compilerOptions": { "target": "es2017", - "lib": ["es2017", "esnext.asynciterable", "DOM"], + "lib": ["es2021", "esnext.asynciterable", "DOM"], "typeRoots": [ "./node_modules/@types", "./src/types",