Try to compile w/ tsc
This commit is contained in:
parent
9721ff6b78
commit
11667a6a45
|
@ -20,6 +20,8 @@ main: "main.ts"
|
|||
template: |
|
||||
console.log("Hello, world!");
|
||||
|
||||
compile: |
|
||||
tsc main.ts
|
||||
run: |
|
||||
ts-node -i -e "$(< main.ts)"
|
||||
|
||||
|
|
Loading…
Reference in New Issue