Y
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
timw4mail
677 days ago
Until you have to deal with Jest for testing, or React.
link
MrJohz
680 days ago
Even easier than that:
npx tsx ./file.ts
link