fluence-js/typedoc.json

8 lines
141 B
JSON
Raw Normal View History

2021-09-27 22:11:35 +03:00
{
"readme": "./typedoc.md",
"theme": "default",
"out": "docs",
"excludePrivate": true,
"entryPoints": ["src/index.ts"]
}