-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathtypedoc.json
More file actions
43 lines (43 loc) · 1.56 KB
/
typedoc.json
File metadata and controls
43 lines (43 loc) · 1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"entryPoints": [
"node_modules/gramio/dist/index.d.ts",
"node_modules/@gramio/contexts/dist/index.d.ts",
"node_modules/@gramio/keyboards/dist/index.d.ts",
"node_modules/@gramio/files/dist/index.d.ts",
"node_modules/@gramio/format/dist/index.d.ts",
"node_modules/@gramio/callback-data/dist/index.d.ts",
"node_modules/@gramio/composer/dist/index.d.ts",
"node_modules/@gramio/scenes/dist/index.d.ts",
"node_modules/@gramio/session/dist/index.d.ts",
"node_modules/@gramio/storage/dist/index.d.ts",
"node_modules/@gramio/storage-redis/dist/ioredis.d.ts",
"node_modules/@gramio/i18n/dist/index.d.ts",
"node_modules/@gramio/autoload/dist/index.d.ts",
"node_modules/@gramio/auto-retry/dist/index.d.ts",
"node_modules/@gramio/prompt/dist/index.d.ts",
"node_modules/@gramio/init-data/dist/index.d.ts"
],
"entryPointStrategy": "resolve",
"tsconfig": "tsconfig.typedoc.json",
"plugin": ["typedoc-plugin-markdown", "typedoc-vitepress-theme"],
"out": "docs/api",
"docsRoot": "docs",
"name": "GramIO API Reference",
"readme": "none",
"hideGenerator": true,
"skipErrorChecking": true,
"treatWarningsAsErrors": false,
"outputFileStrategy": "members",
"membersWithOwnFile": ["Class", "Interface", "Enum", "TypeAlias"],
"indexFormat": "table",
"parametersFormat": "table",
"propertiesFormat": "table",
"typeDeclarationFormat": "table",
"enumMembersFormat": "table",
"sanitizeComments": true,
"modulesFileName": "index",
"navigationModel": {
"excludeGroups": false,
"excludeCategories": false
}
}