From 19bfb75d2c3fe3a547062131e5fa0e9eaea16ad9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 21 Oct 2022 22:57:06 +0200 Subject: [PATCH] Refine tsconfig.json MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] } -- 2.34.1