build: refine build paths, take 2
[poolifier.git] / typedoc.json
index d95b2637da70ad05647f77debbd555d386571158..22e9b77b3c195754e1950ac4a4d94cbe080bb615 100644 (file)
@@ -1,8 +1,8 @@
 {
   "$schema": "https://typedoc.org/schema.json",
   "tsconfig": "tsconfig.production.json",
-  "entryPoints": ["src"],
-  "out": "docs",
+  "entryPoints": ["./src"],
+  "out": "./docs",
   "readme": "none",
   "includeVersion": true
 }