typedoc.json 225 B

123456789
  1. {
  2. "entryPoints": ["src/index.ts"],
  3. "out": "docs",
  4. "exclude": ["**/*+(test|spec).ts"],
  5. "excludeExternals": true,
  6. "excludePrivate": true,
  7. "externalPattern": ["**/node_modules/**"],
  8. "excludeNotDocumented": false
  9. }