From e27bc12fc2271ccfee347151f0901953b4cfdc72 Mon Sep 17 00:00:00 2001 From: exoego Date: Mon, 6 May 2024 22:35:18 +0900 Subject: [PATCH] Exclude test from tsc --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index a691702..7ab2ed8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,6 +18,5 @@ }, "include": [ "src", - "__tests__" ] }