-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
How to get TS support for this package? #39
Comments
Hi @albertodiazdorado. I didn't try but can you please try adding |
Thanks for the answer @pi0 ! Sadly, I have realised that I will let you know if |
Integrating something like https://api-extractor.com/ might be a good idea 🙂 Workaround for us is declare module 'jimp-compact' {
import jimp = require('jimp');
export = jimp;
} |
Version
Thanks for suggestion. I tried few rollup plugins as well as api-extractor but seems little bit tricky. If interested you can track progress at #42 |
Cool, can remove our own I'm hoping you can get |
I want to use
jimp-compact
instead ofjimp
, but I also want to use the type support provided by@types/jimp
. How do I do it?The text was updated successfully, but these errors were encountered: