-
-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
*.d.ts bundles #183
Comments
Cool, I'll give it a shot, I only knew about dts-bundle before 😀 |
@IssueHunt has funded $90.00 to this issue.
|
There's also https://www.npmjs.com/package/rollup-plugin-dts |
And @wessberg/rollup-plugin-ts which is great. But wait for next bigger release, some important things are happening in PRs there. I thought for that for years, and now when there are some options I don't see much of a value in d.ts bundles. Yea, some tree shaking and single file but... Plus the fact I won't write in TS, but will provide .d.ts files for the public api |
Can bili combine multiple
.d.ts
modules into a single.d.ts
bundle?If not, it could use API Extractor to do so.
The text was updated successfully, but these errors were encountered: