Home > @microsoft/api-extractor > ExtractorConfig > tsconfigFilePath
ExtractorConfig.tsconfigFilePath property
Specifies the path to the tsconfig.json file to be used by API Extractor when analyzing the project.
Signature:
readonly tsconfigFilePath: string;
Remarks
The path is resolved relative to the folder of the config file that contains the setting; to change this, prepend a folder token such as <projectFolder>
.
Note: This setting will be ignored if overrideTsconfig
is used.