Files
js_api_module/convertxml/tsconfig.json
T
Wang f0736e3972 On branch master
Your branch is up to date with 'origin/master'.
 Signed-off-by: lifansheng <lifansheng1@huawei.com>
2021-10-11 10:36:42 +08:00

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,
}
}