Skip to content

Commit

Permalink
disable removing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
zefir-git committed Aug 4, 2024
1 parent 0fe12fd commit ec50fdc
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 @@ -12,7 +12,7 @@
"inlineSourceMap": true,
"outDir": "./dist",
"declaration": true,
"removeComments": true,
"removeComments": false,
"importHelpers": true,
"importsNotUsedAsValues": "remove",
"stripInternal": true,
Expand Down

0 comments on commit ec50fdc

Please sign in to comment.