Hacker News new | ask | show | jobs
by SillyUsername 680 days ago
npm install ts-node

ts-node ./my-typescript.ts

doesn't seem difficult...

2 comments

Until you have to deal with Jest for testing, or React.
Even easier than that:

    npx tsx ./file.ts