From e072c174bb06f15037aad4449efdd6f37f801034 Mon Sep 17 00:00:00 2001 From: laibo102 Date: Sun, 13 Mar 2022 09:47:26 +0800 Subject: [PATCH] =?UTF-8?q?fixbug:=20tsconfig=20=E4=B8=AD=E5=8E=BB?= =?UTF-8?q?=E6=8E=89=E2=80=98node=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: laibo102 Change-Id: I545cd785003f8aa5a6e316110ea9292f0b39d5dc --- compiler/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/tsconfig.json b/compiler/tsconfig.json index 1664725..822f29f 100644 --- a/compiler/tsconfig.json +++ b/compiler/tsconfig.json @@ -14,7 +14,7 @@ "sourceMap": true, "module": "commonjs", "target": "es2017", - "types": ["node"], + "types": [], "typeRoots": [], "lib": [ "es2020"