Skip to content

Commit

Permalink
feat(tsconfig): keep comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fjc0k committed Oct 10, 2018
1 parent 151d6e8 commit 15a0638
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 @@ -6,7 +6,7 @@
"module": "ESNext",
"moduleResolution": "node",
"declaration": true,
"removeComments": true,
"removeComments": false,
"outDir": "./dist",
"lib": [
"esnext",
Expand Down

0 comments on commit 15a0638

Please sign in to comment.