Home > @microsoft/api-extractor > IConfigDocModel > apiJsonFilePath
IConfigDocModel.apiJsonFilePath property
The output path for the doc model file. The file extension should be ".api.json".
Signature:
apiJsonFilePath?: 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>
.