Read user configuration from a typedoc.json or typedoc.js configuration file.
The name of this reader so that it may be removed by plugins without the plugin accessing the instance performing the read. Multiple readers may have the same name.
Should run before the tsconfig reader so that it can specify a tsconfig file to read.
Flag to indicate that this reader should be included in sub-options objects created to read options for packages mode.
Obtains option values from typedoc.json
Changes need to happen here at some point. I think we should follow ESLint's new config system eventually: https://eslint.org/blog/2022/08/new-config-system-part-1/