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