Skip to content

Commit

Permalink
disable removeComments flag
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoschenkel committed Jul 28, 2018
1 parent b41d33a commit 6ac9bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"inlineSources": true,
"module": "commonjs",
"moduleResolution": "node",
"removeComments": true,
"removeComments": false,
"strict": false,
"noImplicitAny": true,
"strictNullChecks": false,
Expand Down

0 comments on commit 6ac9bdd

Please sign in to comment.