Skip to content

Commit

Permalink
Update API review file
Browse files Browse the repository at this point in the history
  • Loading branch information
D4N14L committed Jun 27, 2022
1 parent bba8235 commit 3cd3837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/reviews/api/api-extractor.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ export interface IExtractorConfigLoadForFolderOptions {
export interface IExtractorConfigPrepareOptions {
configObject: IConfigFile;
configObjectFullPath: string | undefined;
ignoreMissingConfigTargets?: boolean;
ignoreMissingEntryPoint?: boolean;
packageJson?: INodePackageJson | undefined;
packageJsonFullPath: string | undefined;
projectFolderLookupToken?: string;
Expand Down

0 comments on commit 3cd3837

Please sign in to comment.