Skip to content

Conversation

@Veercodeprog
Copy link

Description

Added sourceMap: true to the TypeScript configuration in the template tsconfig.json to enable better debugging experience in VSCode. This allows users to place breakpoints and step through the original TypeScript source files when using the debugger (e.g., pressing F5 in VSCode).

Changes

@what-the-diff
Copy link

what-the-diff bot commented Aug 1, 2025

PR Summary

  • Introduction of package-lock.json file
    A new file named package-lock.json has been added for better management of the project's dependencies. It initially specifies the project name and the lockfile version, and creates an space for defining packages in the future.

  • Update on tsconfig.json in the website directory
    The tsconfig.json file in the website directory has been updated. The update includes the addition of "sourceMap": true to the compilerOptions. This modification aims to enhance debugging by enabling source map generation.

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.

Add sourceMap: true to the template tsconfig.json for debugging

1 participant