piston/packages/typescript/5.0.3/compile

7 lines
179 B
Plaintext
Raw Normal View History

2023-04-07 13:24:15 +02:00
#!/usr/bin/env bash
# Put instructions to compile source code, remove this file if the language does not require this stage
rename 's/$/\.ts/' "$@" # Add .ts extension
tsc *.ts