1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
{ "tempDir": true, "steps": [ { "args": "run main.ts", "output": "main.out", "exitCode": 1 }, { "args": "lint main.ts", "output": "lint.out", "exitCode": 1 }, { "args": "lint --fix main.ts", "output": "Checked 1 file\n" }, { "args": "run --allow-env main.ts", "output": "" } ] }