1
0
mirror of https://github.com/danog/fast-srp.git synced 2024-11-30 04:19:18 +01:00
fast-srp/typedoc.json
2020-04-12 20:50:35 +02:00

12 lines
204 B
JSON

{
"mode": "library",
"out": "docs",
"includes": "src",
"exclude": ["src/test/**/*"],
"excludePrivate": true,
"excludeProtected": true,
"excludeNotExported": true,
"hideGenerator": true
}