X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=typedoc.json;h=d95b2637da70ad05647f77debbd555d386571158;hb=7d1fc6d3a88ab9820a2e703c33b94de82f532c25;hp=7b867079ad9e488717acd179cd1f2199bbb28d7a;hpb=5ea2262889dc3886579289b0d7205632bfea4bf2;p=poolifier.git diff --git a/typedoc.json b/typedoc.json index 7b867079..d95b2637 100644 --- a/typedoc.json +++ b/typedoc.json @@ -1,5 +1,8 @@ { - "entryPoints": ["src/index.ts"], + "$schema": "https://typedoc.org/schema.json", + "tsconfig": "tsconfig.production.json", + "entryPoints": ["src"], "out": "docs", - "readme": "none" + "readme": "none", + "includeVersion": true }