···3030 | (Record<string, unknown> & { path?: never })
3131 | Input;
3232 /**
3333+ * Show an interactive error reporting tool when the program crashes? You
3434+ * generally want to keep this disabled (default).
3535+ *
3636+ * @default false
3737+ */
3838+ interactive?: boolean;
3939+ /**
3340 * The relative location of the logs folder.
3441 *
3542 * @default process.cwd()