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" ] }