docs: add poolifier version to typedoc
authorJérôme Benoit <jerome.benoit@sap.com>
Thu, 6 Jul 2023 19:59:06 +0000 (21:59 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Thu, 6 Jul 2023 19:59:06 +0000 (21:59 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
typedoc.json

index 3031bd66a2f97f40d45454e5f5fcf3148f3b4a3b..0512900bb0fc6abfdcf706f574df8e5d4b4177d8 100644 (file)
@@ -3,5 +3,6 @@
   "tsconfig": "./tsconfig.production.json",
   "entryPoints": ["src"],
   "out": "docs",
-  "readme": "none"
+  "readme": "none",
+  "includeVersion": true
 }