Skip to content

How to ignore unknown block tag from node_modules #2647

@noxzym

Description

@noxzym

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"
    ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions