X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=typedoc.json;h=75f653d8f58702d43356eacfda9a16196fb131f3;hb=fbda1e26420fdabd486af047e06c1c9b554ba592;hp=3031bd66a2f97f40d45454e5f5fcf3148f3b4a3b;hpb=28cf3617988a06edf63b13e3183e9df866564423;p=poolifier.git diff --git a/typedoc.json b/typedoc.json index 3031bd66..75f653d8 100644 --- a/typedoc.json +++ b/typedoc.json @@ -1,7 +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 }