Skip to content

Instantly share code, notes, and snippets.

@coderbyheart
Last active June 12, 2025 13:57
Show Gist options
  • Save coderbyheart/a6e30dcdf1bfd0f0a1047b93a7f4367c to your computer and use it in GitHub Desktop.
Save coderbyheart/a6e30dcdf1bfd0f0a1047b93a7f4367c to your computer and use it in GitHub Desktop.
ts alias (run TypeScript in Node.js)
alias ts='f() { node --experimental-transform-types --no-warnings $1 $2 $3 $4 $5 $6 $7 $8 $9 ${10} ${11} ${12} ${13} ${14} ${15} ${16} ${17} ${18} ${19} ${20} };f'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment