Debugging TypeScript: How to Enable Source Maps in Node.js
In this guide, I’ll show you exactly how to enable source maps in a Node.js environment. By the end of this post, you’ll be able to transform your stack traces from cryptic compiled nonsense into clear references to your original code.