Last active
June 12, 2025 13:57
-
-
Save coderbyheart/a6e30dcdf1bfd0f0a1047b93a7f4367c to your computer and use it in GitHub Desktop.
ts alias (run TypeScript in Node.js)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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