From c9f5ac8e763eda19aa0564179300cfff76785435 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sat, 27 May 2017 16:44:49 +0200 Subject: put ts output into build directory --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index a97c8f2b6..7409f2b81 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,6 +13,7 @@ "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "strict": true, + "outDir": "build/src/", "noImplicitAny": true }, "files": [ -- cgit v1.2.3