From bcfac0486a4e76d54d99def2df5c5a218beca2bb Mon Sep 17 00:00:00 2001 From: Dolan Miu Date: Sun, 27 Mar 2016 02:27:55 +0100 Subject: [PATCH] added build into tsconfig --- ts/tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ts/tsconfig.json b/ts/tsconfig.json index 419628b229..d05b3facaa 100644 --- a/ts/tsconfig.json +++ b/ts/tsconfig.json @@ -4,8 +4,7 @@ "sourceMap": true, "removeComments": true, "preserveConstEnums": true, - "outDir": "../build", - "outFile": "./build/build.js", + "outFile": "../build/build.js", "sourceRoot": "./", "rootDir": "./" }