|
@@ -14,7 +14,7 @@
|
|
|
"declarationMap": true /* Generates a sourcemap for each corresponding '.d.ts' file. */,
|
|
|
"sourceMap": false /* Generates corresponding '.map' file. */,
|
|
|
// "outFile": "./", /* Concatenate and emit output to single file. */
|
|
|
- "outDir": "./dist" /* Redirect output structure to the directory. */,
|
|
|
+ "outDir": "./build" /* Redirect output structure to the directory. */,
|
|
|
"rootDir": "./src" /* 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 */
|
|
@@ -69,5 +69,5 @@
|
|
|
"skipLibCheck": true /* Skip type checking of declaration files. */,
|
|
|
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */
|
|
|
},
|
|
|
- "exclude": ["dist", "node_modules", "*.d.ts"]
|
|
|
+ "exclude": ["build", "node_modules", "*.d.ts"]
|
|
|
}
|