1
0
mirror of https://github.com/fluencelabs/fluence-js.git synced 2025-03-15 23:40:50 +00:00
fluence-js/typedoc.json
2021-09-27 22:11:35 +03:00

8 lines
141 B
JSON

{
"readme": "./typedoc.md",
"theme": "default",
"out": "docs",
"excludePrivate": true,
"entryPoints": ["src/index.ts"]
}