Home > @microsoft/api-extractor > ExtractorConfig > mainEntryPointFilePath
ExtractorConfig.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:
readonly mainEntryPointFilePath: string;
Remarks
The file extension must be ".d.ts" and not ".ts". The path is resolved relative to the "projectFolder" location.