build(deps-dev): apply updates
[poolifier.git] / typedoc.json
index 3031bd66a2f97f40d45454e5f5fcf3148f3b4a3b..a09ea8ae3b51cec556d578e21ff890a63149bbce 100644 (file)
@@ -1,7 +1,8 @@
 {
   "$schema": "https://typedoc.org/schema.json",
-  "tsconfig": "./tsconfig.production.json",
-  "entryPoints": ["src"],
-  "out": "docs",
-  "readme": "none"
+  "tsconfig": "./tsconfig.build.json",
+  "entryPoints": ["./src"],
+  "out": "./docs",
+  "readme": "none",
+  "includeVersion": true
 }