X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=typedoc.json;h=a09ea8ae3b51cec556d578e21ff890a63149bbce;hb=HEAD;hp=3031bd66a2f97f40d45454e5f5fcf3148f3b4a3b;hpb=28cf3617988a06edf63b13e3183e9df866564423;p=poolifier.git diff --git a/typedoc.json b/typedoc.json index 3031bd66..a09ea8ae 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" + "tsconfig": "./tsconfig.build.json", + "entryPoints": ["./src"], + "out": "./docs", + "readme": "none", + "includeVersion": true }