typedoc.json 124 B

1234567
  1. {
  2. "$schema": "https://typedoc.org/schema.json",
  3. "entryPoints": [
  4. "./src/index.ts"
  5. ],
  6. "out": "docs"
  7. }