Home > @microsoft/api-extractor > ExtractorConfig > overrideTsconfig
ExtractorConfig.overrideTsconfig property
Provides a compiler configuration that will be used instead of reading the tsconfig.json file from disk.
Signature:
readonly overrideTsconfig: {} | undefined;
Remarks
The value must conform to the TypeScript tsconfig schema:
http://json.schemastore.org/tsconfig
If omitted, then the tsconfig.json file will instead be read from the projectFolder.