mirror of
https://github.com/openharmony/developtools_ace-ets2bundle.git
synced 2026-07-19 16:43:34 -04:00
4990f42947
sync code. Signed-off-by: lihong <lihong67@huawei.com> Change-Id: Ie736d68b82983f8d87bfd00a4694671242c0619c
26 lines
563 B
JSON
26 lines
563 B
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"importsNotUsedAsValues": "preserve",
|
|
"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"
|
|
]
|
|
} |