We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bba8235 commit 3cd3837Copy full SHA for 3cd3837
common/reviews/api/api-extractor.api.md
@@ -240,7 +240,7 @@ export interface IExtractorConfigLoadForFolderOptions {
240
export interface IExtractorConfigPrepareOptions {
241
configObject: IConfigFile;
242
configObjectFullPath: string | undefined;
243
- ignoreMissingConfigTargets?: boolean;
+ ignoreMissingEntryPoint?: boolean;
244
packageJson?: INodePackageJson | undefined;
245
packageJsonFullPath: string | undefined;
246
projectFolderLookupToken?: string;
0 commit comments