Try to compile w/ tsc

This commit is contained in:
plondon 2021-11-10 17:44:53 -05:00
parent 9721ff6b78
commit 11667a6a45
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@ main: "main.ts"
template: |
console.log("Hello, world!");
compile: |
tsc main.ts
run: |
ts-node -i -e "$(< main.ts)"