mirror of
https://github.com/openharmony/js_api_module.git
synced 2026-08-24 12:43:19 -04:00
f7b2a8e65c
Signed-off-by: xdmal <maxiaodong16@huawei.com>
16 lines
431 B
JSON
16 lines
431 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"module": "es6",
|
|
"rootDir": "./src",
|
|
"outDir": "./out", /* Specify an output folder for all emitted files. */
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"noImplicitThis": false,
|
|
"suppressImplicitAnyIndexErrors": true,
|
|
"strictNullChecks": false,
|
|
}
|
|
}
|