Skip to content

Commit

Permalink
refactor: keep js comments in type declarations (#3584)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmenko committed Aug 7, 2024
1 parent 4461279 commit 2fe2e11
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/honest-wasps-mix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@commercetools-frontend/application-config': patch
---

Keep JS comments in type declarations
2 changes: 1 addition & 1 deletion packages/application-config/tsconfig-mc-app.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"noUnusedLocals": true,
"noUnusedParameters": true,
"preserveSymlinks": true,
"removeComments": true,
"removeComments": false,
"resolveJsonModule": true,
"sourceMap": true,
"strict": true,
Expand Down

0 comments on commit 2fe2e11

Please sign in to comment.