Files
shikai-123 216ae9369b Modify type-any of util
Any type in TS file is risky, so it is modified to other types as required

https://gitee.com/openharmony/js_util_module/issues/I4UR7A

Signed-off-by: shikai-123 <shikai25@huawei.com>
2022-02-22 20:33:51 +08:00

17 lines
639 B
JSON

{
"compilerOptions": {
"target": "es6",
"module": "es6",
"rootDir": "./src",
//"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": "./out", /* Specify an output folder for all emitted files. */
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"noImplicitThis": false,
"suppressImplicitAnyIndexErrors": true,
"strictNullChecks": false,
}
}