Can you implement JSON output of schema.d.ts file?
Open
- Dominant language
- TypeScript
- Stars
- 1.2k
- Forks
- 57
- PR merge metrics
- No merged PRs in 30d
Description
Such as
--options
Specify a json option file that should be loaded. If not specified TypeDoc will look for 'schema.json' in the current directory.
--json
Specifies the location and file name a json file describing the project is written to. When specified no documentation will be generated.
https://github.com/TypeStrong/typedoc repository is an example of json output.
Contributor guide
Assessment
This issue has not been assessed yet.