Specifies options that are passed along to util.inspect(). Can be an options object or, if different options for stdout and stderr are desired, a Map from stream objects to options.
property
console.ConsoleConstructorOptions.inspectOptions
inspectOptions?: InspectOptions | ReadonlyMap<WritableStream, InspectOptions>