From: Jérôme Benoit Date: Fri, 21 Oct 2022 13:08:07 +0000 (+0200) Subject: Fix linter run X-Git-Tag: v2.3.5~2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=09ce4635579f258237917df2913c2a9a457e0f52;hp=4101537483d2883af1f76ef2366bb7e92d0d3c4e;p=poolifier.git Fix linter run Signed-off-by: Jérôme Benoit --- diff --git a/tsconfig.json b/tsconfig.json index e3e37916..442a4745 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,5 +9,5 @@ "importsNotUsedAsValues": "error" }, "include": ["**/*.ts"], - "exclude": ["node_modules", "examples/typescript"] + "exclude": ["node_modules"] } diff --git a/tsconfig.tsdoc.json b/tsconfig.tsdoc.json new file mode 100644 index 00000000..9b3c4751 --- /dev/null +++ b/tsconfig.tsdoc.json @@ -0,0 +1,4 @@ +{ + "extends": "./tsconfig.json", + "exclude": ["examples/typescript/**/*.ts"] +} diff --git a/typedoc.json b/typedoc.json index 2fdc1c5f..ecbcc558 100644 --- a/typedoc.json +++ b/typedoc.json @@ -1,4 +1,5 @@ { + "tsconfig": "./tsconfig.tsdoc.json", "entryPoints": ["src"], "out": "docs", "readme": "none"