From 795d3701bef15de77fd1329d471ed89d5aa28fde Mon Sep 17 00:00:00 2001 From: Johannes Rieken Date: Thu, 23 Nov 2017 12:04:44 +0100 Subject: [PATCH] set outdir in tsconfig.json --- src/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/tsconfig.json b/src/tsconfig.json index 2d516dd2313..e8f68d0088d 100644 --- a/src/tsconfig.json +++ b/src/tsconfig.json @@ -13,8 +13,9 @@ "noUnusedLocals": true, "noImplicitThis": true, "baseUrl": ".", + "outDir": "../out", "typeRoots": [ "typings" ] } -} \ No newline at end of file +}