mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-06 07:29:30 +02:00
https://github.com/pagefaultgames/pokerogue/pull/6102 * Move typedoc settings out of tsconfig * Create typedoc.json * Apply Biome * Add `tsdoc.json` for `@todo` and `@linkcode` --------- Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
8 lines
216 B
JSON
8 lines
216 B
JSON
{
|
|
"entryPoints": ["./src"],
|
|
"entryPointStrategy": "expand",
|
|
"exclude": ["**/*+.test.ts"],
|
|
"out": "typedoc",
|
|
"highlightLanguages": ["javascript", "json", "jsonc", "json5", "tsx", "typescript", "markdown"]
|
|
}
|