From 7282c28fc0416bf85fb23f605450e3e0cd2392b8 Mon Sep 17 00:00:00 2001 From: nicco Date: Wed, 7 Feb 2018 11:45:43 +0100 Subject: [PATCH] Set output to dist and input to src --- tsconfig.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 62dbe46..663acf2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,8 +5,12 @@ "moduleResolution": "node", "removeComments": true, "strict": true, - "sourceMap": false + "sourceMap": false, + "outDir": "dist" }, + "include": [ + "src/**/*" + ], "exclude": [ "./node_modules", "./old"