|
1234567891011 |
- {
- "entryPoints": ["./src/utils"],
- "entryPointStrategy": "expand",
- "out": "docs",
- "excludePrivate": true,
- "excludeProtected": false,
- "excludeExternals": true,
- "includeVersion": true,
- "categorizeByGroup": true,
- "name": "工具类文档"
- }
|