property ProcessReport.compact Usage in Deno```typescript import { type ProcessReport } from "node:node__process.d.ts"; ``` Write reports in a compact format, single-line JSON, more easily consumable by log processing systems than the default multi-line format designed for human consumption. Type boolean