Skip to content

Commit 301dc31

Browse files
committed
Minor polishing
1 parent 22b5e01 commit 301dc31

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ commands:
227227
./"{{base0}}.out"
228228
- ext: .ts
229229
cmd: |
230-
tsc "{{file}}" --out "{{base0}}.out"
230+
tsc "{{file}}" --outFile "{{base0}}.out"
231231
node ./"{{base0}}.out"
232232
- ext: .zig
233233
cmd: zig run "{{file}}"

pkg/config/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ commands:
2828
./"{{base0}}.out"
2929
- ext: .ts
3030
cmd: |
31-
tsc "{{file}}" --out "{{base0}}.out"
31+
tsc "{{file}}" --outFile "{{base0}}.out"
3232
node ./"{{base0}}.out"
3333
- ext: .zig
3434
cmd: zig run "{{file}}"

0 commit comments

Comments
 (0)