I am new to TypeScript and I am currently trying to configure VSCode for debugging TypeScript. I have followed the instructions on this page as well as watched tutorials like this one.
In addition, I attempted using ts-ndoe
but unfortunately, the VSCode debugger only recognizes the compiled javascript
code rather than the original typescript
code.
Has anyone managed to successfully set up VSCode to debug TypeScript
directly instead of the compiled javascript
code? If so, could you please share the steps you took?