booster icon indicating copy to clipboard operation
booster copied to clipboard

Update tsconfig.json

Open ironspec07 opened this issue 2 years ago • 8 comments

Description

Added sourceMap: true to the tsconfig.json of the new project which allows users to debug from VSCode easily by pressing F5

Changes

Added "sourceMap" : true to tsconfig.json

Checks

  • [x] Project Builds
  • [ ] Project passes tests and checks
  • [ ] Updated documentation accordingly

ironspec07 avatar Oct 11 '23 10:10 ironspec07

PR Summary

  • Inclusion of Source Map The configuration file for our TypeScript project was updated to generate source maps. This allows us to trace back any errors or bugs to the original source code, enhancing the debugging process and overall maintainability of the project.

what-the-diff[bot] avatar Oct 11 '23 10:10 what-the-diff[bot]

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

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map legend

ghost avatar Oct 11 '23 10:10 ghost

Sorry 😅, I am kinda new to open source contributions.

ironspec07 avatar Oct 12 '23 10:10 ironspec07

Thanks for the suggestion. @NickSeagull

ironspec07 avatar Oct 12 '23 10:10 ironspec07

/integration sha=8b29da3

NickSeagull avatar Oct 12 '23 15:10 NickSeagull

:hourglass: Integration tests are running...

Check their status here 👈

github-actions[bot] avatar Oct 12 '23 15:10 github-actions[bot]

:x: Oh no! Integration tests have failed

github-actions[bot] avatar Oct 12 '23 15:10 github-actions[bot]

Hey @ironspec07 can you edit the integration test at packages/framework-integration-tests/integration/provider-unaware/cli/cli.project.integration.ts:358:15 so it checks for the existence of the sourceMap field?

It is failing in the integration tests: https://github.com/boostercloud/booster/actions/runs/6497419214/job/17646575081#step:3:720

NickSeagull avatar Oct 16 '23 11:10 NickSeagull