-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtypedoc.json
More file actions
25 lines (25 loc) · 881 Bytes
/
typedoc.json
File metadata and controls
25 lines (25 loc) · 881 Bytes
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
{
"$schema": "https://typedoc.org/schema.json",
"name": "Fraci",
"out": "typedoc",
"entryPoints": ["./src/index.ts", "./src/drizzle.ts", "./src/prisma.ts"],
"projectDocuments": ["CHANGELOG.md", "LICENSE.md"],
"highlightLanguages": ["prisma", "shell", "text", "typescript"],
"headings": {
"readme": false
},
"cname": "fraci.roundtrip.dev",
"hostedBaseUrl": "https://fraci.roundtrip.dev/",
"useHostedBaseUrlForAbsoluteLinks": true,
"favicon": "public/favicon.svg",
"navigation": {
"includeFolders": false
},
"navigationLinks": {
"GitHub": "https://github.com/SegaraRai/fraci",
"npm": "https://www.npmjs.com/package/fraci"
},
"hideGenerator": true,
"customFooterHtmlDisableWrapper": true,
"customFooterHtml": "<p>Copyright (c) 2026 SegaraRai. Generated using <a href=\"https://typedoc.org/\" target=\"_blank\">TypeDoc</a>.</p>"
}