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

Added sourceMap: true to the template tsconfig.json for debugging #1466 #1468

Closed
wants to merge 1 commit into from

Conversation

yashp4858
Copy link
Contributor

Description

Added sourceMap: true to the template tsconfig.json for debugging #1466 ## Changes

Checks

  • Project Builds
  • Project passes tests and checks
  • Updated documentation accordingly

@what-the-diff
Copy link

what-the-diff bot commented Oct 13, 2023

PR Summary

  • Addition of sourceMap property
    The sourceMap property has been introduced to the tsconfig.json file. This improvement will make it easier for developers to debug the TypeScript code by helping them trace back the compiled JavaScript code to the original TypeScript source code. The new property essentially provides a road map that connects the converted JavaScript with its TypeScript origin, enhancing code readability and bug tracking efficiency.

@ghost
Copy link

ghost commented Oct 13, 2023

👇 Click on the image for a new way to code review

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map legend

@yashp4858
Copy link
Contributor Author

@NickSeagull @javiertoledo pls have look at this PR.

Copy link
Member

@javiertoledo javiertoledo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@javiertoledo
Copy link
Member

Oh, it seems that this PR duplicates #1467

@yashp4858
Copy link
Contributor Author

@javiertoledo okay so should I take this pr back. I have not it intentionally

@javiertoledo
Copy link
Member

No problem @yashp4858. I'll close this one because #1467 was submitted earlier, but your contribution is equally appreciated. Thanks for making the effort!

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.

2 participants