typedoc.json 137 B

123456
  1. {
  2. "entryPointStrategy": "expand",
  3. "entryPoints": ["src/_module.ts"],
  4. "exclude": ["**/*.test.ts"],
  5. "hideGenerator": true
  6. }