chore: v2.6.10
[poolifier.git] / typedoc.json
index 7b867079ad9e488717acd179cd1f2199bbb28d7a..0512900bb0fc6abfdcf706f574df8e5d4b4177d8 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
 }