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 +}