-
-
Notifications
You must be signed in to change notification settings - Fork 615
Closed
Description
- Rollup Plugin Name: typescript
- Rollup Plugin Version: 11.1.1
- Rollup Version: 3.21.7
- Operating System (or Browser): MacOS 13.3.1
- Node Version: 18.16.0
- Link to reproduction (
⚠️ read below): https://stackblitz.com/edit/rollup-repro-fs94yf and https://github.com/greggman/rollup-typescript-export-issue
Expected Behavior
using rollup -c produces foo.d.ts
Actual Behavior
using rollup -c does not product foo.d.ts even though the foo-impl.d.ts it generates is dependent on foo.d.ts
Additional Information
tsc does produce foo.d.ts
Is this the expected behavior? I'm using rollup to generate a library and some xxx.d.ts files are missing. Wondering how to configure to generate them or if they are not expected to be generated.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels