From 7f8078ccf2cb502164acbe41949e5ed27fd3aa4a Mon Sep 17 00:00:00 2001 From: Jophkins Date: Mon, 2 Feb 2026 17:13:48 -0700 Subject: [PATCH] :hammer: fix: excluded tests from tsconfig --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index f94bba4..9d8cd0f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -30,5 +30,5 @@ ".next/dev/types/**/*.ts", "**/*.mts" ], - "exclude": ["node_modules"] + "exclude": ["node_modules", "prisma/migrations", "tests", "**/*.test.ts", "**/*.test.tsx", "**/*spec.ts", "**/*spec.tsx"] }