From 13476007d3974333fe505cf59f143f04095fb6bc Mon Sep 17 00:00:00 2001 From: nicco Date: Tue, 6 Feb 2018 21:04:47 +0100 Subject: [PATCH] TS build --- tsconfig.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 1311429..62dbe46 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,9 +5,10 @@ "moduleResolution": "node", "removeComments": true, "strict": true, - "sourceMap": false, + "sourceMap": false }, "exclude": [ - "./node_modules" + "./node_modules", + "./old" ] } \ No newline at end of file