Skip to content

Instantly share code, notes, and snippets.

@trilliwon
Last active December 18, 2021 16:03
Show Gist options
  • Save trilliwon/fc5c03d544a1ff0c9bed089b83935436 to your computer and use it in GitHub Desktop.
Save trilliwon/fc5c03d544a1ff0c9bed089b83935436 to your computer and use it in GitHub Desktop.
ts scripts
npm install -g ts-node
npm install -g typescript
ts-node ***.ts

tsc main.ts && node main.js

npx ts-node-dev --respawn main.ts
npx ts-node-dev --respawn main.ts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment