Home > @microsoft/api-extractor > IExtractorConfigPrepareOptions > configObjectFullPath
IExtractorConfigPrepareOptions.configObjectFullPath property
The absolute path of the file that the configObject object was loaded from. This is used for error messages and when probing for tsconfig.json.
Signature:
configObjectFullPath: string | undefined;
Remarks
If configObjectFullPath and projectFolderLookupToken are both unspecified, then the api-extractor.json config file must explicitly specify a projectFolder setting rather than relying on the <lookup> token.