diff --git a/tsconfig.json b/tsconfig.json index 96d18a7f..b4186c59 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -25,5 +25,5 @@ ] }, "exclude": ["node_modules"], - "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"] + "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"] }