docs: refine benchmarks/README.md
[poolifier.git] / typedoc.json
CommitLineData
5ea22628 1{
28cf3617 2 "$schema": "https://typedoc.org/schema.json",
ce68dd22 3 "tsconfig": "./tsconfig.production.json",
b4904890 4 "entryPoints": ["src"],
5ea22628
JB
5 "out": "docs",
6 "readme": "none"
7}