1 2 3 4 5 6 7 8 9 10 11 12 13 14
{ "tempDir": true, "tests": { "check": { "args": "check --node-modules-dir=auto main.cts", "output": "check.out", "exitCode": 1 }, "run": { "args": "run --node-modules-dir=auto --allow-read main.cts", "output": "main.out" } } }