From 5787d3311de87d4dd337a1367755e7e4333b711a Mon Sep 17 00:00:00 2001 From: David Leek Date: Sun, 10 Sep 2023 22:31:54 +0200 Subject: [PATCH] fix: ignore test --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 150264e..593b123 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -106,5 +106,6 @@ "node_modules", "build", "dist", + "test", ] }