fal-js/typedoc.json
Daniel Rochetti ecded55c2f
feat(client): endpoint type definitions (#102)
* feat(client): endpoint type definitions

* fix(client): endpoint generation

* fix(demo): streaming page type

* chore: update reference docs

* chore: prepare client release

* chore: update reference docs
2024-11-13 00:16:08 -08:00

22 lines
490 B
JSON

{
"$schema": "https://typedoc.org/schema.json",
"out": "docs/reference",
"entryPoints": ["./libs/client/src/index.ts"],
"exclude": [
"./src/__tests__/**",
"*.spec.ts",
"./libs/client/src/types/endpoints.ts"
],
"excludeExternals": true,
"excludeInternal": false,
"includeVersion": true,
"githubPages": true,
"plugin": [
"typedoc-plugin-mdn-links",
"typedoc-plugin-extras",
"typedoc-github-theme"
],
"readme": "none",
"hideGenerator": true
}