mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-27 21:05:53 +00:00
Initial commit for converting FrankerFaceZ to TypeScript.
This commit is contained in:
parent
ba72969c51
commit
b9d23accf0
86 changed files with 8673 additions and 5005 deletions
25
typedoc.json
Normal file
25
typedoc.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"$schema": "https://typedoc.org/schema.json",
|
||||
"plugin": [
|
||||
"typedoc-plugin-no-inherit",
|
||||
"typedoc-plugin-mdn-links",
|
||||
"typedoc-plugin-rename-defaults",
|
||||
"typedoc-plugin-markdown"
|
||||
],
|
||||
//"out": "./distdocs",
|
||||
"out": "../ffz-docs/docs/dev/client",
|
||||
"hideBreadcrumbs": true,
|
||||
"hideInPageTOC": true,
|
||||
// Vite has a bug surrounding "." characters in names.
|
||||
"filenameSeparator": "_",
|
||||
"excludePrivate": true,
|
||||
"excludeInternal": true,
|
||||
"excludeNotDocumented": true,
|
||||
"excludeNotDocumentedKinds": ["Property", "Interface", "TypeAlias"],
|
||||
"disableGit": true,
|
||||
"sourceLinkTemplate": "https://github.com/FrankerFaceZ/FrankerFaceZ/blob/master/{path}#L{line}",
|
||||
"entryPoints": [
|
||||
"./src/**/*.ts",
|
||||
"./src/**/*.tsx"
|
||||
],
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue