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