X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=typedoc.json;h=22e9b77b3c195754e1950ac4a4d94cbe080bb615;hb=b4c2a50df77a5f3110d228436ce9f3008cbd8297;hp=5bbcebc4f21f7b9496322ae95ee788b7ed08f2d4;hpb=ce68dd225a5625b4a2d3c651659f33b7731736b5;p=poolifier.git diff --git a/typedoc.json b/typedoc.json index 5bbcebc4..22e9b77b 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.production.json", + "entryPoints": ["./src"], + "out": "./docs", + "readme": "none", + "includeVersion": true }