-
-
Notifications
You must be signed in to change notification settings - Fork 228
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
[Enhancement] Sourcemap not generate index.d.ts.map file #311
Comments
unfortunately sourcemap is not supported by rollup-plugin-dts Swatinem/rollup-plugin-dts#113 |
:( OOps, thank you for the quick response! So I consider swap to Parcel to do that! You have any suggestions like Parcel? |
hmm I don't think Parcel generates d.ts for you, maybe you should try rollup + rollup-plugin-typescript2 |
thank you <3! So I close it! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's really annoying when going to definition code when don't have the
index.d.ts.map
source map file! Hope anyone can do that!The text was updated successfully, but these errors were encountered: