-
-
Notifications
You must be signed in to change notification settings - Fork 743
Closed
Milestone
Description
Question
How to ignore unknown block tag from node_modules
./node_modules/.pnpm/@sapphire+framework@5.2.1/node_modules/@sapphire/framework/dist/cjs/index.d.cts:988:7 - [warning] Encountered an unknown block tag @note
988 * @note You can set {@link Command.Options.fullCategory} to override the built-in category resolution.
./node_modules/.pnpm/@sapphire+framework@5.2.1/node_modules/@sapphire/framework/dist/cjs/index.d.cts:997:7 - [warning] Encountered an unknown block tag @note
997 * @note You can set {@link Command.Options.fullCategory} to override the built-in category resolution.
./node_modules/.pnpm/@sapphire+framework@5.2.1/node_modules/@sapphire/framework/dist/cjs/index.d.cts:1006:7 - [warning] Encountered an unknown block tag @note
1006 * @note You can set {@link Command.Options.fullCategory} to override the built-in category resolution.
typedoc.json
{
"$schema": "https://typedoc.org/schema.json",
"name": "My Monorepo Packages",
"emit": "docs",
"readme": "./README.md",
"hideGenerator": true,
"cleanOutputDir": true,
"excludeExternals": true,
"entryPoints": ["packages/*"],
"entryPointStrategy": "packages",
"packageOptions": {
"entryPoints": ["src/index.ts"]
},
"plugin": [
"typedoc-plugin-djs-links",
"typedoc-plugin-mdn-links",
"typedoc-material-theme"
]
}