From eb9163f95ac146b0228682612b6d46bb8ff3c6e4 Mon Sep 17 00:00:00 2001 From: cte Date: Wed, 14 May 2025 21:41:46 -0700 Subject: [PATCH] Ignore .next in tsconfig --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 28ee215a16..6c434db78f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -56,6 +56,7 @@ "exclude": [ "./out/**/*", "./node_modules/**/*", + ".next/**/*", "**/*.spec.ts", "**/*.e2e.ts" ], @@ -64,7 +65,6 @@ "**/*.ts", "**/*.tsx", ".storybook/*.ts", - ".next/types/**/*.ts", "**/*.mts" ] }