Wiki source code of Configure tsdoc
Last modified by Manuel Leduc on 2026/04/14 09:57
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | 1. Create a ##tsdoc.json## file at the root of your package with the following content((( | ||
| 2 | {{code language="json"}} | ||
| 3 | { | ||
| 4 | "$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json", | ||
| 5 | "extends": ["@xwiki/platform-tool-tsdocconfig/tsdoc.json"] | ||
| 6 | } | ||
| 7 | {{/code}} | ||
| 8 | )))2. Add ##@xwiki/platform-tool-tsdocconfig## in the dev dependencies with ##pnpm## {{code language="bash"}}@xwiki/platform-tool-tsdocconfig{{/code}} |