Skip to content

Feature: ignore a package in the --entryPointStrategy packages globs #1959

Closed
@jlarmstrongiv

Description

@jlarmstrongiv

Search Terms

Ignore a package in the --entryPointStrategy packages globs

Problem

I have a package in my monorepo that is pure css and no typescript as well as packages that are not exported. When running typedoc with --entryPointStrategy packages and globs, it may pick up packages I would prefer to ignore.

That way, I can hide the warning Could not determine the entry point for "/Users/jlarmst/Desktop/monorepos/turbo-monorepo/packages/configs/typedoc/package.json". Package will be ignored. and run typedoc with --treatWarningsAsErrors

Suggested Solution

Use the --exclude flag to disallow certain packages via the typedoc cli.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions