fix: fix worker usage statistics handling
[poolifier.git] / typedoc.json
index 5bbcebc4f21f7b9496322ae95ee788b7ed08f2d4..d95b2637da70ad05647f77debbd555d386571158 100644 (file)
@@ -1,6 +1,8 @@
 {
-  "tsconfig": "./tsconfig.production.json",
+  "$schema": "https://typedoc.org/schema.json",
+  "tsconfig": "tsconfig.production.json",
   "entryPoints": ["src"],
   "out": "docs",
-  "readme": "none"
+  "readme": "none",
+  "includeVersion": true
 }