How to run typescript files in vscode debugger
· 3 min read
I came to know Node.js now can run typescript files by its own (Bye bye ts-node). So I started a project to familiarize the openAI JS SDK but I got an error in one of my execution. Now I want to run this typescript (es-module) file in my vscode debugger. This is the project I am referring: https://github.com/hkvongit/llm-experiments