mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
47 lines
943 B
JSON
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"
|
|
]
|
|
} |