pokerogue/typedoc.json
2025-07-26 10:14:41 -04:00

10 lines
338 B
JSON

{
"entryPoints": ["./src"],
"entryPointStrategy": "expand",
"exclude": ["**/*+.test.ts"],
"out": "typedoc",
"highlightLanguages": ["javascript", "json", "jsonc", "json5", "tsx", "typescript", "markdown"],
"customFooterHtml": "<p>Copyright <strong>Pagefault Games</strong> 2025</p>",
"customFooterHtmlDisableWrapper": true
}