Where to bootstrap, and which HTML fixtures to write. Both default the way the CLI does:
the working directory, and whatever .html arguments were passed.
const options: InitOptions = { cwd: '/proj', htmlPaths: ['test/index.html'] }; options.htmlPaths; // ['test/index.html'] — written relative to the project root