deno.land / x / oauth4webapi@v1.2.2 / typedoc.json

typedoc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{ "$schema": "https://typedoc.org/schema.json", "allReflectionsHaveOwnDocument": true, "disableSources": true, "hideBreadcrumbs": true, "entryPoints": ["src/index.ts"], "excludeExternals": true, "excludePrivate": true, "excludeProtected": true, "gitRevision": "main", "hideGenerator": true, "intentionallyNotExported": ["ReturnTypes", "CallbackParameters", "JsonValue"], "out": "docs", "plugin": ["typedoc-plugin-markdown", "./.mdn_links.cjs"], "readme": "none", "sort": [ "kind", "static-first", "required-first", "alphabetical" ]}
oauth4webapi

Version Info

Tagged at
2 years ago