Skip to content

Commit

Permalink
Modified the 'tsconfig.json' file to make TypeScript compile with com…
Browse files Browse the repository at this point in the history
…ments by default
  • Loading branch information
AdrienCastex committed Jun 26, 2017
1 parent 3f6c274 commit 6e7acd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"module": "commonjs",
"noImplicitAny": false,
"removeComments": true,
"removeComments": false,
"preserveConstEnums": true,
"outDir": "../lib",
"typeRoots": [
Expand Down

0 comments on commit 6e7acd8

Please sign in to comment.