From 24f8fee6164339fe18db027e1cf75e0d1d8b122e Mon Sep 17 00:00:00 2001 From: Cesar Date: Tue, 12 Nov 2024 19:59:02 +0000 Subject: [PATCH] fix --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 9194388..36c5d3b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -23,5 +23,5 @@ } }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"], - "exclude": ["node_modules"] + "exclude": ["node_modules", "e2e"] }