chore: v2.4.10
[poolifier.git] / typedoc.json
index 7b867079ad9e488717acd179cd1f2199bbb28d7a..3031bd66a2f97f40d45454e5f5fcf3148f3b4a3b 100644 (file)
@@ -1,5 +1,7 @@
 {
-  "entryPoints": ["src/index.ts"],
+  "$schema": "https://typedoc.org/schema.json",
+  "tsconfig": "./tsconfig.production.json",
+  "entryPoints": ["src"],
   "out": "docs",
   "readme": "none"
 }