Skip to content

Commit

Permalink
feat: preserve comments in dist
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Dvorak <[email protected]>
  • Loading branch information
Tomas2D committed Dec 4, 2024
1 parent 984c774 commit e2d7390
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 @@ -17,7 +17,7 @@
"sourceMap": false,
"allowJs": true,
"outDir": "./dist",
"removeComments": true,
"removeComments": false,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"experimentalDecorators": true,
Expand Down

0 comments on commit e2d7390

Please sign in to comment.