Documentation Index
Fetch the complete documentation index at: https://mint-tsdocs.saulo.engineer/llms.txt
Use this file to discover all available pages before exploring further.
Summary
Generate API Extractor config from resolved config
Signature
export declare function generateApiExtractorConfig(resolved: ResolvedConfig, configDir: string, tsdocsDir: string, noLint?: boolean): any;
Parameters
resolved
Type: ResolvedConfig
Resolved configuration
configDir
Type: string
Configuration directory
tsdocsDir
Type: string
.tsdocs cache directory
noLint
Type: boolean
Optional: Yes
If true, suppress all linting warnings
Returns
Type: any
Generate API Extractor config from resolved config