4e032317fe
* Add support for stable OAuth2.0 aware feature from MSC3824 * Use stable name internally * Mark DELEGATED_OIDC_COMPATIBILITY as * Add tsdoc config for @alias JSDoc modifier
12 lines
288 B
JSON
12 lines
288 B
JSON
{
|
|
"$schema": "https://developer.microsoft.com/en-us/json-schemas/tsdoc/v0/tsdoc.schema.json",
|
|
"extends": ["typedoc/tsdoc.json"],
|
|
"noStandardTags": false,
|
|
"tagDefinitions": [
|
|
{
|
|
"tagName": "@alias",
|
|
"syntaxKind": "modifier"
|
|
}
|
|
]
|
|
}
|