From d3780b32ed7a8b34efa308407a58894c31c1d1ba Mon Sep 17 00:00:00 2001 From: mhartington Date: Thu, 8 Dec 2016 10:06:41 -0500 Subject: [PATCH] chore(): dont remove comments src --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 0afcd00985..b321904b81 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,7 @@ "module": "commonjs", "moduleResolution": "node", "noImplicitAny": false, - "removeComments": true, + "removeComments": false, "sourceMap": true, "target": "es5", "types": ["jasmine"] @@ -22,4 +22,4 @@ "atom": { "rewriteTsconfig": false } -} \ No newline at end of file +}