Rush StackShopBlogEvents
Skip to main content

Home > @microsoft/api-extractor > IConfigFile > mainEntryPointFilePath

IConfigFile.mainEntryPointFilePath property

Specifies the .d.ts file to be used as the starting point for analysis. API Extractor analyzes the symbols exported by this module.

Signature:

mainEntryPointFilePath: string;

Remarks

The file extension must be ".d.ts" and not ".ts". The path is resolved relative to the "projectFolder" location.