X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=typedoc.json;h=0512900bb0fc6abfdcf706f574df8e5d4b4177d8;hb=refs%2Ftags%2Fv2.6.10;hp=5bbcebc4f21f7b9496322ae95ee788b7ed08f2d4;hpb=ce68dd225a5625b4a2d3c651659f33b7731736b5;p=poolifier.git diff --git a/typedoc.json b/typedoc.json index 5bbcebc4..0512900b 100644 --- a/typedoc.json +++ b/typedoc.json @@ -1,6 +1,8 @@ { + "$schema": "https://typedoc.org/schema.json", "tsconfig": "./tsconfig.production.json", "entryPoints": ["src"], "out": "docs", - "readme": "none" + "readme": "none", + "includeVersion": true }