From 17878f7b92efa18b6a16d063a2e390dcf20fa229 Mon Sep 17 00:00:00 2001 From: duduluu Date: Sat, 30 Jun 2018 16:11:02 +0800 Subject: [PATCH] Update tsconfig.json --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index a11bae3..71cf03b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,7 +13,7 @@ // "sourceMap": true, /* Generates corresponding '.map' file. */ // "outFile": "./", /* Concatenate and emit output to single file. */ "outDir": "./dist", - // "rootDir": "./", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */ + "rootDir": "./", // "composite": true, /* Enable project compilation */ "removeComments": false, // "noEmit": true, /* Do not emit outputs. */