typescript extension

This commit is contained in:
Thomas Hobson 2021-04-24 20:09:17 +12:00
parent ecfdfa52de
commit 8923fbd5cf
No known key found for this signature in database
GPG Key ID: 9F1FD9D87950DB6F
1 changed files with 3 additions and 1 deletions

View File

@ -2,4 +2,6 @@
# Put instructions to compile source code, remove this file if the language does not require this stage
tsc "$@"
rename 's/$/\.ts/' "$@" # Add .ts extension
tsc *.ts