From 8ba282aba6b5b28df1bcc96cb9d6c13b4fbab7ff Mon Sep 17 00:00:00 2001 From: lihong Date: Fri, 17 Sep 2021 11:26:59 +0800 Subject: [PATCH] lihong67@huawei.com fix timer api problem. Signed-off-by: lihong Change-Id: I55a42e664ba37cd286accb95277dc2e747dd2136 --- 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