
Run TypeScript Without Compiling
- TypeScript
- Node.js
- 02 Dec 2022
- 02 Mins read
Introduction In this post, I will show you how to run TypeScript without compiling it to JavaScript first. This is useful for debugging and testing. Set up a TypeScript project Step 1: cr