X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=typedoc.json;h=a09ea8ae3b51cec556d578e21ff890a63149bbce;hb=2baf75cf2d61770b18355d4801101c143d64c20d;hp=5bbcebc4f21f7b9496322ae95ee788b7ed08f2d4;hpb=ce68dd225a5625b4a2d3c651659f33b7731736b5;p=poolifier.git diff --git a/typedoc.json b/typedoc.json index 5bbcebc4..a09ea8ae 100644 --- a/typedoc.json +++ b/typedoc.json @@ -1,6 +1,8 @@ { - "tsconfig": "./tsconfig.production.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 }