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