From 45c82106964b424d9a1803ecc18305c39f9c37bc Mon Sep 17 00:00:00 2001 From: Tejas Kumar Date: Wed, 5 Sep 2018 11:27:20 +0200 Subject: [PATCH] Update tsconfig because Greenkeeper changed things --- tsconfig.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 1aa34bce..105e1d12 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,8 +12,9 @@ // "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. */ - // "rootDir": "./", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */ + "outDir": "." /* 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 */ // "removeComments": true, /* Do not emit comments to output. */ // "noEmit": true, /* Do not emit outputs. */