{ "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 } ] } } }