build(ci): cleanup workflows
[poolifier.git] / typedoc.json
index 5bbcebc4f21f7b9496322ae95ee788b7ed08f2d4..75f653d8f58702d43356eacfda9a16196fb131f3 100644 (file)
@@ -1,6 +1,8 @@
 {
+  "$schema": "https://typedoc.org/schema.json",
   "tsconfig": "./tsconfig.production.json",
-  "entryPoints": ["src"],
-  "out": "docs",
-  "readme": "none"
+  "entryPoints": ["./src"],
+  "out": "./docs",
+  "readme": "none",
+  "includeVersion": true
 }