From dd686323f8a5486299638eb8562cc0eeceb81b12 Mon Sep 17 00:00:00 2001 From: ChenX Date: Thu, 7 Nov 2019 19:01:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9ts=E7=BC=96=E8=AF=91=E7=9B=AE?= =?UTF-8?q?=E6=A0=87=E7=89=88=E6=9C=AC=E4=B8=BA2020?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 48e1a54e0..6be856b9f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "sourceMap": true, "module": "commonjs", - "target": "esnext", + "target": "es2020", "noLib": false, "moduleResolution": "node", "skipLibCheck": true,