From: Jérôme Benoit Date: Sat, 18 Mar 2023 09:27:44 +0000 (+0100) Subject: fix: linting issue with paths X-Git-Tag: v2.3.8~3 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=b869248de84ee5f8b498a22664a2a80cbac9e446;p=poolifier.git fix: linting issue with paths Signed-off-by: Jérôme Benoit --- diff --git a/tsconfig.json b/tsconfig.json index 80f498ba..fcd4c45e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,5 +8,6 @@ "strict": true, "verbatimModuleSyntax": true }, - "include": ["src/**/*.ts"] + "include": ["**/*.ts"], + "exclude": ["node_modules", "lib"] }