Configure tsdoc

Last modified by Manuel Leduc on 2026/04/14 09:57

Content

Steps

  1. Create a tsdoc.json file at the root of your package with the following content
    {
      "$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
      "extends": ["@xwiki/platform-tool-tsdocconfig/tsdoc.json"]
    }
    2. Add @xwiki/platform-tool-tsdocconfig in the dev dependencies with pnpm @xwiki/platform-tool-tsdocconfig

Get Connected