From c92c26e99b1f3e99fce36f02e7f80f4e035d83b6 Mon Sep 17 00:00:00 2001 From: Railly Date: Mon, 6 Apr 2026 14:30:55 -0500 Subject: [PATCH] fix: exclude scripts from tsconfig --- web/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/tsconfig.json b/web/tsconfig.json index 6b4686a..956e60e 100644 --- a/web/tsconfig.json +++ b/web/tsconfig.json @@ -30,5 +30,5 @@ ".next/dev/types/**/*.ts", "**/*.mts" ], - "exclude": ["node_modules"] + "exclude": ["node_modules", "scripts"] }