build(deps-dev): apply updates
[poolifier.git] / typedoc.json
index d95b2637da70ad05647f77debbd555d386571158..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
 }