tsdown bug report Reproduction steps Clone pnpm i node --run build Check the generated files in dist Comparison with tsup node --run build:tsup uses tsup instead of tsdown. Expected behavior Only index.d.ts and index.js exist Actual behavior Other files exist