blob: 1e3dc8f9e3a424d82bfec0fa23ebed433ec18711 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"steps": [{
"args": "run main.ts",
"output": "main.out"
}, {
"args": "check main.ts",
"output": "main.check.out",
"exitCode": 1
}, {
"args": "info main.ts",
"output": "main.info.out"
}]
}
|