Interface: CompilerOptions¶
Defined in: compiler/src/types.ts:84
Options for the compiler.
Properties¶
customConventions?¶
optionalcustomConventions:Record\<string,OutputConvention>
Defined in: compiler/src/types.ts:92
Custom convention definitions
formatters¶
formatters: (
string|Formatter| {config?:TargetConfig;name:string; })[]
Defined in: compiler/src/types.ts:90
Formatters to use (names, instances, or configs)
logger?¶
optionallogger:Logger
Defined in: compiler/src/types.ts:96
Logger for verbose/debug output
prettier?¶
optionalprettier:PrettierMarkdownOptions
Defined in: compiler/src/types.ts:94
Prettier formatting options for markdown output
resolver¶
resolver:
ResolverOptions
Defined in: compiler/src/types.ts:86
Resolver configuration
validator?¶
optionalvalidator:ValidatorConfig
Defined in: compiler/src/types.ts:88
Validator configuration