Want to print debug output in TypeScript?
TypeScript doesn’t come with its own REPL.
To get cracking with a debugger in TypeScript, all you need is a supported IDE (like Visual Studio Code) and a launch.json configuration.
launch.json
TypeScript works harmoniously with most JavaScript testing frameworks.