myriad/languages/typescript/run.sh
2020-06-17 01:43:31 -04:00

2 lines
114 B
Bash

cat > program.ts
tsc --lib ESNext --target ES2019 --strict --skipLibCheck program.ts && cat program.js | node -p