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

fix(generators): Add sourceMap to tsconfig.json template #3166

Merged
merged 1 commit into from
Apr 28, 2023
Merged

fix(generators): Add sourceMap to tsconfig.json template #3166

merged 1 commit into from
Apr 28, 2023

Conversation

nathanbrizzee-cdcr
Copy link
Contributor

@nathanbrizzee-cdcr nathanbrizzee-cdcr commented Apr 18, 2023

Summary

In order to debug a Feathers 5 typescript server with VSCode, the tsconfig file needs sourceMap enabled.

Closes #3164

@daffl daffl changed the title feat: add sourceMap to tsconfig.json template fix(generators): Add sourceMap to tsconfig.json template Apr 19, 2023
@daffl daffl merged commit 3049b7a into feathersjs:dove Apr 28, 2023
1 of 2 checks passed
@daffl
Copy link
Member

daffl commented Apr 28, 2023

Will go out with the next release. Thank you!

@nathanbrizzee-cdcr nathanbrizzee-cdcr deleted the tsconfig_sourcemaps branch April 28, 2023 17:41
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 tsconf.json to enable debugging in VSCode for Feathers V5 with typescript
3 participants