docs: make the typedoc generation portable
[poolifier.git] / typedoc.json
index 0512900bb0fc6abfdcf706f574df8e5d4b4177d8..d95b2637da70ad05647f77debbd555d386571158 100644 (file)
@@ -1,6 +1,6 @@
 {
   "$schema": "https://typedoc.org/schema.json",
-  "tsconfig": "./tsconfig.production.json",
+  "tsconfig": "tsconfig.production.json",
   "entryPoints": ["src"],
   "out": "docs",
   "readme": "none",