mirror of
https://github.com/openharmony/js_api_module.git
synced 2026-08-24 22:21:26 -04:00
f0736e3972
Your branch is up to date with 'origin/master'. Signed-off-by: lifansheng <lifansheng1@huawei.com>
15 lines
567 B
JSON
15 lines
567 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,
|
|
}
|
|
}
|