-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
Generate declaration map #179
Comments
Even though I cannot imagine use case for that (maybe you can provide?) I don't mind to have such option. |
At the moment I see at least 1 problem that might blocks the implementation here - the process how the library achieves the bundling. It compiles the code to |
If the compiler doesn't provide the API, you can always just invoke tsc and copy it from the generated output. |
Just in case it helps motivate you @timocov in anyway: this is a necessary feature in monorepo setup, si ce you wanna jump back to the source code rather than the typing file when navigating across packages in a monorepo. |
What do you think about providing an option to output sourcemaps for the bundled typings?
The text was updated successfully, but these errors were encountered: