Run TypeScript code with TSX (TS-NODE alternative)
topic
Node is one of the most practical runtimes available today, and I often use it for certain tasks (alongside Python or Go for others). In general, I enjoy working with TypeScript because having a type system helps me structure the code better, in addition to helping you see where changes impact.
Read more