From: Jérôme Benoit Date: Fri, 21 Oct 2022 20:57:06 +0000 (+0200) Subject: Refine tsconfig.json X-Git-Tag: v2.3.6~25 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=19bfb75d2c3fe3a547062131e5fa0e9eaea16ad9;p=poolifier.git Refine tsconfig.json Signed-off-by: Jérôme Benoit --- diff --git a/tsconfig.json b/tsconfig.json index 442a4745..a4fa43ba 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,5 +9,5 @@ "importsNotUsedAsValues": "error" }, "include": ["**/*.ts"], - "exclude": ["node_modules"] + "exclude": ["node_modules", "lib"] }