Closed
Description
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
Labels
No labels