X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=typedoc.json;h=a09ea8ae3b51cec556d578e21ff890a63149bbce;hb=HEAD;hp=ecbcc558957df60b9340d863726b93bbabb8dd28;hpb=09ce4635579f258237917df2913c2a9a457e0f52;p=poolifier.git diff --git a/typedoc.json b/typedoc.json index ecbcc558..a09ea8ae 100644 --- a/typedoc.json +++ b/typedoc.json @@ -1,6 +1,8 @@ { - "tsconfig": "./tsconfig.tsdoc.json", - "entryPoints": ["src"], - "out": "docs", - "readme": "none" + "$schema": "https://typedoc.org/schema.json", + "tsconfig": "./tsconfig.build.json", + "entryPoints": ["./src"], + "out": "./docs", + "readme": "none", + "includeVersion": true }