mirror of
https://github.com/openharmony/js_api_module.git
synced 2026-07-21 06:15:27 -04:00
81209848f2
Signed-off-by: lengchangjing <lengchangjing@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
|
|
}
|
|
}
|
|
|