chore: enable removeComments in package tsconfigs - #395
Conversation
◈ PR Lens
Architecture 9 components touched across 4 lanes. Data flow No data-flow sequence changed in this PR. Drill down
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
comark
@comark/angular
@comark/ansi
@comark/html
@comark/nuxt
@comark/react
@comark/svelte
@comark/vue
commit: |
✅ Bundle snapshot updatedCommitted the new snapshot as 5e3c7fc, verified by re-running the bundle check against it. GitHub suppresses the events a workflow commit would normally raise, so the Produced by this run. |
085146e to
82b3165
Compare
What
Enable
"removeComments": truein every publishable packagetsconfig.jsonso TypeScript strips comments from emitted JS during builds.Why
Published package output should not carry source comments. Scoping this to
packages/*keeps examples/docs/root configs unchanged.