From 66c4e34c0b654b7722f63629f0cb9b9e4d4e3611 Mon Sep 17 00:00:00 2001 From: James Ayomikun Araoye Date: Fri, 23 Feb 2024 15:15:24 +0000 Subject: [PATCH] Update tsconfig.json --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 283a164..54a7b6c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -25,5 +25,5 @@ } }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"], - "exclude": ["node_modules"] + "exclude": ["node_modules", "v2"] }