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