-
-
Notifications
You must be signed in to change notification settings - Fork 243
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
How to emit .d.ts and .d.ts.map files? #663
Comments
What I understand is this plugin cannot generate .d.ts files, so what is the use case of this plugin? A large library which needs to save time on all the typescript type checking will most likely want to export their types too! This plugin is not useful for libraries where we need to export types as well, but perhaps apps where it's the final product that doesn't need types exported |
We're open for contribution - if you think it's a useful feature, feel free to open a PR :) |
I searched the related issues generate d.ts, seems that many people wants this, and so do I, too. |
🎉 This issue has been resolved in version 6.5.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Thanks for your work! I'll try it immediately :) |
@aprilandjan Did you succeed to make it work? |
🎉 This issue has been resolved in version 7.0.0-alpha.15 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@PierBJX sorry for the late reply. I've accomplish that with the |
@aprilandjan No problem, I found the answer and I add a comment in the PR ;) |
🎉 This issue has been resolved in version 6.5.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
I cannot use ts-loader to generate declaration files with this plugin as that'll cause double type checking.
How can I use this plugin and also have declaration files generated?
The text was updated successfully, but these errors were encountered: