typedoc.json 101 B

123456
  1. {
  2. "entryPoints": ["src/index.ts"],
  3. "includeVersion": true,
  4. "readme": "none",
  5. "out": "docs"
  6. }