You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

typedoc.json 255 B

1234567891011
  1. {
  2. "entryPoints": ["./src/utils"],
  3. "entryPointStrategy": "expand",
  4. "out": "docs",
  5. "excludePrivate": true,
  6. "excludeProtected": false,
  7. "excludeExternals": true,
  8. "includeVersion": true,
  9. "categorizeByGroup": true,
  10. "name": "工具类文档"
  11. }