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, "tests": { "node_modules_import_run": { "steps": [ { "args": "run main.ts", "output": "main.out", "exitCode": 0 } ] }, "node_modules_import_check": { "steps": [ { "args": "check main.ts", "output": "main_check.out", "exitCode": 1 } ] } } }