From ecf100024ca157424cb0af27f298670f3ec8caca Mon Sep 17 00:00:00 2001 From: lihong Date: Fri, 17 Sep 2021 11:41:38 +0800 Subject: [PATCH] lihong67@huawei.com fix timer api problem. Signed-off-by: lihong Change-Id: I73cd721abcbe48d68dd9e5ee294db75bdc77ef71 --- compiler/tsconfig.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/compiler/tsconfig.json b/compiler/tsconfig.json index 15ca7866f..cae97f6ac 100644 --- a/compiler/tsconfig.json +++ b/compiler/tsconfig.json @@ -12,12 +12,8 @@ "sourceMap": true, "module": "commonjs", "target": "es2017", - "types": [ - "node" - ], - "typeRoots": [ - "./node_modules/@types" - ], + "types": [], + "typeRoots": [], "lib": [ "es2017" ] -- Gitee