mirror of
https://github.com/openharmony/js_util_module.git
synced 2026-08-26 18:47:09 -04:00
216ae9369b
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>
17 lines
639 B
JSON
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,
|
|
}
|
|
}
|