myriad/languages/typescript/run.sh

3 lines
118 B
Bash
Raw Normal View History

2020-06-17 07:18:15 +02:00
cat > program.ts
2020-06-17 10:45:29 +02:00
tsc --lib DOM,ESNext --target ES2019 --strict --skipLibCheck program.ts && cat program.js | node -p