
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. This is useful for debugging and testing. In this post, I will show you how to do it. Setup