Home > @microsoft/api-extractor > IConfigCompiler
IConfigCompiler interface
Determines how the TypeScript compiler engine will be invoked by API Extractor.
Signature:
export interface IConfigCompiler
Remarks
This is part of the IConfigFile structure.
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| overrideTsconfig? | {} | (Optional) Provides a compiler configuration that will be used instead of reading the tsconfig.json file from disk. | |
| skipLibCheck? | boolean | (Optional) This option causes the compiler to be invoked with the --skipLibCheck option. | |
| tsconfigFilePath? | string | (Optional) Specifies the path to the tsconfig.json file to be used by API Extractor when analyzing the project. |