Skip to content

Commit

Permalink
Preserve JSDoc comments in emitted files (#3174)
Browse files Browse the repository at this point in the history
This makes JSDoc comments available to developers using our libraries at
development time for IDEs supporting it. Not emitting these unnecessarily 
deviate from defaults.
  • Loading branch information
NSeydoux authored Oct 6, 2023
1 parent 139e82d commit ea846b0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
"strict": true,
"declaration": true,
"noImplicitAny": true,
"removeComments": true,
"noLib": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"esModuleInterop": true,
"target": "es2018",
"sourceMap": true,
Expand Down

0 comments on commit ea846b0

Please sign in to comment.