feathersjs / feathers

The API and real-time application framework
https://feathersjs.com
MIT License
15.02k stars 745 forks source link

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

Closed nathanbrizzee-cdcr closed 1 year ago

nathanbrizzee-cdcr commented 1 year ago

Summary

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

Closes #3164

daffl commented 1 year ago

Will go out with the next release. Thank you!