refactor: refine argument type
[poolifier.git] / typedoc.json
index 3031bd66a2f97f40d45454e5f5fcf3148f3b4a3b..d95b2637da70ad05647f77debbd555d386571158 100644 (file)
@@ -1,7 +1,8 @@
 {
   "$schema": "https://typedoc.org/schema.json",
-  "tsconfig": "./tsconfig.production.json",
+  "tsconfig": "tsconfig.production.json",
   "entryPoints": ["src"],
   "out": "docs",
-  "readme": "none"
+  "readme": "none",
+  "includeVersion": true
 }