We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22b5e01 commit 301dc31Copy full SHA for 301dc31
2 files changed
README.md
@@ -227,7 +227,7 @@ commands:
227
./"{{base0}}.out"
228
- ext: .ts
229
cmd: |
230
- tsc "{{file}}" --out "{{base0}}.out"
+ tsc "{{file}}" --outFile "{{base0}}.out"
231
node ./"{{base0}}.out"
232
- ext: .zig
233
cmd: zig run "{{file}}"
pkg/config/default.yml
@@ -28,7 +28,7 @@ commands:
28
29
30
31
32
33
34
0 commit comments