-
Notifications
You must be signed in to change notification settings - Fork 89
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
Update tsconfig.json #1467
base: main
Are you sure you want to change the base?
Update tsconfig.json #1467
Conversation
PR Summary
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is meant to be added to the project template not the Booster tsconfig 😅
Sorry 😅, I am kinda new to open source contributions. |
Thanks for the suggestion. @NickSeagull |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! Let's see if the tests pass! 👏
/integration sha=8b29da3 |
⌛ Integration tests are running... Check their status here 👈 |
❌ Oh no! Integration tests have failed |
Hey @ironspec07 can you edit the integration test at It is failing in the integration tests: https://github.com/boostercloud/booster/actions/runs/6497419214/job/17646575081#step:3:720 |
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