How To Debug Typescript In VSCode
Let's take a look at how we can configure VSCode's built-in debugger to debug a Typescript Node application.
First, you have to install these dependencies (I prefer installing them as dev dependencies):
npm install --save-dev typescript ts-node tscon...
revirial.hashnode.dev1 min read