mirror of
https://github.com/openharmony/js_util_module.git
synced 2026-08-26 18:47:09 -04:00
4284c863f5
Description
1. Fix some interface errors
2. Correct some wrong parameters
3. complete some missing interfaces
4. Align with the ark side and throw exception description
#I4WQ2O:Correct relevant interfaces on TS side
Signed-off-by: wangyong1995626wywz <wangyong237@huawei.com>
17 lines
570 B
JSON
17 lines
570 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"module": "es6",
|
|
"rootDir": "./",
|
|
// "outFile": "./", /* Specify a file that bundles all outputs into one JavaScript file. If `declaration` is true, also designates a file that bundles all .d.ts output. */
|
|
"outDir": "./jscode", /* Specify an output folder for all emitted files. */
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
// "strict": true,
|
|
"skipLibCheck": true,
|
|
"noImplicitThis": false,
|
|
"suppressImplicitAnyIndexErrors": true
|
|
}
|
|
}
|
|
|