Undo tsc compile change

This commit is contained in:
plondon 2021-11-11 07:34:48 -05:00
parent 11667a6a45
commit fc4a003414
1 changed files with 0 additions and 2 deletions

View File

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