Skip to content

Instantly share code, notes, and snippets.

@trilliwon
Last active December 18, 2021 16:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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