mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-06 07:29:30 +02:00
10 lines
338 B
JSON
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
|
|
}
|