piston/packages/typescript/4.2.3/compile

5 lines
134 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-03-14 03:11:33 +01:00
tsc "$@"