test: add missing pool destroy() calls
[poolifier.git] / typedoc.json
index 7b867079ad9e488717acd179cd1f2199bbb28d7a..d95b2637da70ad05647f77debbd555d386571158 100644 (file)
@@ -1,5 +1,8 @@
 {
-  "entryPoints": ["src/index.ts"],
+  "$schema": "https://typedoc.org/schema.json",
+  "tsconfig": "tsconfig.production.json",
+  "entryPoints": ["src"],
   "out": "docs",
-  "readme": "none"
+  "readme": "none",
+  "includeVersion": true
 }