diff --git a/shell/task.sh b/shell/task.sh index ce2c3c98..3041d6fd 100755 --- a/shell/task.sh +++ b/shell/task.sh @@ -15,7 +15,7 @@ define_program() { elif [[ $p1 == *.sh ]]; then which_program="bash" elif [[ $p1 == *.ts ]]; then - which_program="ts-node" + which_program="ts-node-transpile-only" else which_program="" fi