Undo tsc compile change
This commit is contained in:
parent
11667a6a45
commit
fc4a003414
|
@ -20,8 +20,6 @@ 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