OptionalipcDirectory or glob of *.ipc.ts files. Defaults to ./src/ipc.
OptionalloggerWhere generation progress and analyzer warnings go. Defaults to a labelled
console logger that prints info and above.
Supply one to silence the generator in a watch loop, to route output into a
build tool's own reporter, or to see the per-module debug detail the
default logger drops.
OptionaloutPath of the generated bridge file. Defaults to ./src/generated/ipc-bridge.ts.
Optionaltsconfigtsconfig used to type-check the analyzed files. Defaults to ./tsconfig.json.
User-facing options for the Rollup bridge plugin.