mirror of
https://github.com/MultiMote/niimbluelib.git
synced 2025-03-17 03:51:01 +03:00
13 lines
347 B
JSON
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"],
|
|
}
|