cli: rename build dir to .dxx dir,avoid ambiguity

This commit is contained in:
pengfei.zhou
2022-07-13 19:16:59 +08:00
committed by osborn
parent b4391cb0d6
commit a2de505395
10 changed files with 18 additions and 18 deletions

View File

@@ -14,7 +14,7 @@
// "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */
"sourceMap": true, /* Generates corresponding '.map' file. */
// "outFile": "./", /* Concatenate and emit output to single file. */
"outDir": "build/", /* Redirect output structure to the directory. */
"outDir": ".dxx/", /* Redirect output structure to the directory. */
// "rootDir": "./", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
// "composite": true, /* Enable project compilation */
// "tsBuildInfoFile": "./", /* Specify file to store incremental compilation information */