From 3043c519ebed0c72211166da35d2ae30f7fb8e55 Mon Sep 17 00:00:00 2001 From: Christel Westerberg Date: Thu, 18 Apr 2024 11:46:10 +0200 Subject: [PATCH] fix: include .next in tsconfig --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 6cd24b8da..83ababe71 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -25,5 +25,5 @@ } }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"], - "exclude": ["node_modules", ".next"] + "exclude": ["node_modules"] }