2024-11-19 23:36:59 +03:00

16 lines
402 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"],
"plugin": [
"typedoc-plugin-include-example"
]
}