2024-11-12 09:36:38 +03:00

13 lines
347 B
JSON

{
"$schema": "https://typedoc.org/schema.json",
"name": "NiimBlueLib Docs",
"entryPoints": ["./src/index.ts"],
"navigationLinks": {
"GitHub": "https://github.com/MultiMote/niimbluelib"
},
"treatValidationWarningsAsErrors": true,
"excludeReferences": true,
"out": "./docs/html",
"projectDocuments": ["docs/documents/*.md"],
}