Files
archived-next-auth/docs/typedoc.json
2023-04-17 11:32:09 +02:00

47 lines
943 B
JSON

{
"$schema": "https://typedoc.org/schema.json",
"cleanOutputDir": true,
"disableSources": true,
"excludeExternals": true,
"excludeInternal": true,
"excludeNotDocumented": true,
"excludePrivate": true,
"excludeProtected": true,
"hideHierarchy": true,
"gitRevision": "main",
"groupByReflections": false,
"hideBreadcrumbs": true,
"hideGenerator": true,
"kindSortOrder": [
"Function",
"TypeAlias",
"Interface",
"Reference",
"Project",
"Module",
"Namespace",
"Class",
"Constructor",
"Property",
"Variable",
"Accessor",
"Method",
"ObjectLiteral",
"Parameter",
"TypeParameter",
"TypeLiteral",
"CallSignature",
"ConstructorSignature",
"IndexSignature",
"GetSignature",
"SetSignature"
],
"readme": "none",
"reflectionsWithOwnFile": "none",
"sort": [
"kind",
"static-first",
"required-first",
"alphabetical"
]
}