-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtypedoc.json
More file actions
22 lines (22 loc) · 788 Bytes
/
typedoc.json
File metadata and controls
22 lines (22 loc) · 788 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "Taxum",
"entryPointStrategy": "packages",
"entryPoints": ["packages/*"],
"exclude": ["packages/examples", "packages/docs"],
"plugin": [
"typedoc-plugin-mdn-links",
"typedoc-plugin-markdown",
"typedoc-vitepress-theme"
],
"externalSymbolLinkMappings": {
"@types/node": {
"\"http\".IncomingMessage": "https://nodejs.org/api/http.html#class-httpincomingmessage",
"\"http\".ServerResponse": "https://nodejs.org/api/http.html#class-httpserverresponse"
},
"@standard-schema/spec": {
"StandardSchemaV1.Issue": "https://github.com/standard-schema/standard-schema#the-interface"
}
},
"docsRoot": "./packages/docs/src",
"out" : "./packages/docs/src/api"
}