mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2024-12-05 02:10:18 +00:00
8 lines
141 B
JSON
8 lines
141 B
JSON
{
|
|
"readme": "./typedoc.md",
|
|
"theme": "default",
|
|
"out": "docs",
|
|
"excludePrivate": true,
|
|
"entryPoints": ["src/index.ts"]
|
|
}
|