mirror of
https://github.com/openharmony/developtools_ace-ets2bundle.git
synced 2026-07-19 16:43:34 -04:00
8ba282aba6
fix timer api problem. Signed-off-by: lihong <lihong67@huawei.com> Change-Id: I55a42e664ba37cd286accb95277dc2e747dd2136
24 lines
500 B
JSON
24 lines
500 B
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"noImplicitAny": false,
|
|
"noUnusedLocals": false,
|
|
"noUnusedParameters": false,
|
|
"experimentalDecorators": true,
|
|
"moduleResolution": "node",
|
|
"resolveJsonModule": true,
|
|
"sourceMap": true,
|
|
"module": "commonjs",
|
|
"target": "es2017",
|
|
"types": [],
|
|
"typeRoots": [],
|
|
"lib": [
|
|
"es2017"
|
|
]
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |