docs: add poolifier version to typedoc
[poolifier.git] / typedoc.json
1 {
2 "$schema": "https://typedoc.org/schema.json",
3 "tsconfig": "./tsconfig.production.json",
4 "entryPoints": ["src"],
5 "out": "docs",
6 "readme": "none",
7 "includeVersion": true
8 }