fix timer api problem.

Signed-off-by: lihong <lihong67@huawei.com>
Change-Id: I55a42e664ba37cd286accb95277dc2e747dd2136
This commit is contained in:
lihong
2021-09-17 11:26:59 +08:00
parent 67a6a58540
commit 8ba282aba6
+2 -6
View File
@@ -12,12 +12,8 @@
"sourceMap": true,
"module": "commonjs",
"target": "es2017",
"types": [
"node"
],
"typeRoots": [
"./node_modules/@types"
],
"types": [],
"typeRoots": [],
"lib": [
"es2017"
]