mirror of
https://github.com/openharmony/js_api_module.git
synced 2026-08-25 11:59:31 -04:00
f223d4fbe5
On branch master Your branch is up to date with 'origin/master'.
16 lines
520 B
JSON
16 lines
520 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,
|
|
}
|
|
}
|
|
|