piston/packages/typescript/4.2.3/compile

7 lines
179 B
Plaintext
Raw Normal View History

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