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>
15 lines
289 B
JSON
15 lines
289 B
JSON
{
|
|
"$schema": "https://developer.microsoft.com/en-us/json-schemas/tsdoc/v0/tsdoc.schema.json",
|
|
"noStandardTags": false,
|
|
"tagDefinitions": [
|
|
{
|
|
"tagName": "@todo",
|
|
"syntaxKind": "block"
|
|
},
|
|
{
|
|
"tagName": "@linkcode",
|
|
"syntaxKind": "inline"
|
|
}
|
|
]
|
|
}
|