Install Bun, fast and simple, runs TS by default. curl -fsSL https://bun.sh/install | bash Then run in your terminal bun <challenge-name> That's it If you are on Windows, then use TS-node npm install -D typescript npm install -D ts-node Then run in your terminal ts-node <challenge-name>