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