How to run TypeScript files from the command line?
I'm starting to work with TypeScript and want to execute my .ts files directly from the command line. I'm familiar with JavaScript execution using Node.js, but I'm unsure about the process for TypeScript. How do I set up and run TypeScript files from the terminal efficiently?