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