Skip to content

Commit

Permalink
fix: do not remove comments on TSC build so that documentation in VSC…
Browse files Browse the repository at this point in the history
…ode works
  • Loading branch information
ericvera committed Jun 5, 2024
1 parent c7ecde2 commit 6b5b1d8
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 @@ -20,7 +20,7 @@

/* Emit */
"outDir": "dist" /* Specify an output folder for all emitted files. */,
"removeComments": true /* Disable emitting comments. */,
"removeComments": false /* Keep comments. Otherwise intellisense does not work. */,

"preserveConstEnums": true /* Disable erasing 'const enum' declarations in generated code. */,

Expand Down

0 comments on commit 6b5b1d8

Please sign in to comment.