Files
wangyong1995626wywz 4284c863f5 Correct relevant interfaces on TS side
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>
2022-03-09 10:32:28 +08:00

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
}
}