Skip to content
Snippets Groups Projects
Commit a6c39a7f authored by Will Billingsley's avatar Will Billingsley
Browse files

redirected output from tsc to build

parent b9602484
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,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": "./", /* Redirect output structure to the directory. */
"outDir": "./build", /* 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 */
// "removeComments": true, /* Do not emit comments to output. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment