Skip to content
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

support declaration maps #3444

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

support declaration maps #3444

wants to merge 1 commit into from

Conversation

quisido
Copy link
Contributor

@quisido quisido commented Mar 26, 2025

Motivation

When I Ctrl-Click into the Datadog SDK from VS Code,
I see the TypeScript definition file.
However, I expect to see the source code.

Changes

I enabled declaration maps in the base TSConfig file. This should generate a .d.ts.map file in addition to .d.ts, which will allow tools to map the declaration file to the source code, which is already included in the package (I only checked the core and logs packages).

Testing

YOLO


I have gone over the contributing documentation.

@quisido quisido requested a review from a team as a code owner March 26, 2025 01:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant