-
Notifications
You must be signed in to change notification settings - Fork 93
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
Generating d.ts source maps with rollupTypes #306
Comments
Oh I see, I misunderstood then! I'll close this then as I can't expect it to be supported at all. But outside of that, do you have any ideas on how one could go about outputting a single declaration file and source map? |
@aesy Why did you closed this issue did you find any solutions? |
@princebillygk I closed it because it's not a feature that's advertised and something that would have to be supported by API extractor before this plugin could ever support it. Unfortunately I don't have a workaround for you, so I would suggest you make a feature request in the API extractor repo, if one doesn't already exist. |
I haven't read through it but there might be some good discussion here |
Hi, thanks for a great plugin!
As mentioned here, generating
d.ts
source maps is as simple as adding"declarationMap": true
to my tsconfig file, but whenrollupTypes
is set totrue
, the source maps are removed instead of being rolled up too. API extractor does support generation ofd.ts.map
files so I'm wondering if there's anything that I'm missing or if this simply isn't supported?The text was updated successfully, but these errors were encountered: