Rush StackShopBlogEvents
Skip to main content

Home > @microsoft/api-extractor > IConfigCompiler > tsconfigFilePath

IConfigCompiler.tsconfigFilePath property

Specifies the path to the tsconfig.json file to be used by API Extractor when analyzing the project.

Signature:

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.