Generate and publish source maps
Open
- Dominant language
- TypeScript
- Stars
- 370
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
## Currently
#405 shows how error traces are relative to the JS output files. This is not very helpful for debugging.
## This change will...
Generate source maps during build and publish them.
## Developer hints
https://www.typescriptlang.org/tsconfig#sourceMap
Contributor guide
Assessment
This issue has not been assessed yet.