Open
Description
Reproduction link or steps
I created a blank project with npm create tsdown
and got the Error: Cannot find package 'typescript'
from rolldown-plugin-dts, even without turning dts on.
I had to activate dts.isolatedDeclarations
to have the build work again.
I think the default option might have broke somehow ?
What is expected?
Not complaining about typescript
😭
What is actually happening?
Complaining about typescript
Any additional comments?
No response