Update tsconfig.json
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
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.
Sorry 😅, I am kinda new to open source contributions.
Thanks for the suggestion. @NickSeagull
/integration sha=8b29da3
:x: Oh no! Integration tests have failed
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