From 3934715306654ef8791255a719fb82bdfff99b7f Mon Sep 17 00:00:00 2001 From: sfxcode Date: Fri, 8 Nov 2024 17:40:39 +0100 Subject: [PATCH] chore(linting): exclude dev --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index d94c34a..f80bde1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,6 +5,6 @@ }, "include": [ "src", - "test", + "test" ] }