summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Van Doorn <vandoorn.nick@gmail.com>2019-01-20 20:19:27 -0800
committerNick Van Doorn <vandoorn.nick@gmail.com>2019-01-20 20:19:27 -0800
commit1de259124a9dfd80db0869acf107b9b3dabbface (patch)
tree21625d577ec45dd904a265846b2c421a576a4308
parent7d817099d7f066ed7b7e35167c4172ce8d45d059 (diff)
Configure typescript
-rw-r--r--core/tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/tsconfig.json b/core/tsconfig.json
index 9e35360..3bae4ad 100644
--- a/core/tsconfig.json
+++ b/core/tsconfig.json
@@ -14,7 +14,7 @@
// "sourceMap": true, /* Generates corresponding '.map' file. */
// "outFile": "./", /* Concatenate and emit output to single file. */
"outDir": "./dist" /* Redirect output structure to the directory. */,
- // "rootDir": "./", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
+ "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. */
// "noEmit": true, /* Do not emit outputs. */