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