Suggestion
Add source map support between ts and js files
Use Cases
The current behaviour doesn't reflect errors in ts files

Examples
Using source-map-support and updating start script to
"start": "node -r source-map-support/register .",

Acceptance criteria
TBD - will be filled by the team.