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