Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 591 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 591 Bytes

TypeDoc

Enabled

This plugin is enabled when any of the following package names and/or regular expressions has a match in dependencies or devDependencies:

  • typedoc

Default configuration

{
  "typedoc": {
    "config": [
      "typedoc.{js,cjs,json,jsonc}",
      "typedoc.config.{js,cjs}",
      ".config/typedoc.{js,cjs,json,jsonc}",
      ".config/typedoc.config.{js,cjs}",
      "package.json",
      "tsconfig.json"
    ]
  }
}

Also see Knip plugins for more information about plugins.