Skip to content

Commit 3cd3837

Browse files
committed
Update API review file
1 parent bba8235 commit 3cd3837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/reviews/api/api-extractor.api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ export interface IExtractorConfigLoadForFolderOptions {
240240
export interface IExtractorConfigPrepareOptions {
241241
configObject: IConfigFile;
242242
configObjectFullPath: string | undefined;
243-
ignoreMissingConfigTargets?: boolean;
243+
ignoreMissingEntryPoint?: boolean;
244244
packageJson?: INodePackageJson | undefined;
245245
packageJsonFullPath: string | undefined;
246246
projectFolderLookupToken?: string;

0 commit comments

Comments
 (0)