Open
Description
Reproduction link or steps
probably related to #303 but has different results on https://arethetypeswrong.github.io/?p=%40types%2Fpg%408.15.4
Reproduction branch: https://github.com/Zombobot1/tsdown-trcp-repro/tree/pg-bundling-issue
- clone https://github.com/Zombobot1/tsdown-trcp-repro
- checkout pg-bundling-issue
- pnpm i
- pnpm dev
- index.d.ts contains import from "pg"
What is expected?
pg
types are bundled
What is actually happening?
the bundle contains import form pg
Any additional comments?
No response