This is a simple VSCode launch configuration for debugging TypeScript code that will work with most TypeScript projects.
It allows you to easily debug your project using the awesome debugging experience in VSCode.
It works perfectly for library and CLI projects that are written in TypeScript and are targeting CommonJS.
- Create a
.vscode/
folder in your workspace at the top-level, if you don't have that folder already.