diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index 285f49e7..7ff770c9 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -41,5 +41,5 @@ ".next/types/**/*.ts", ".next/dev/types/**/*.ts" ], - "exclude": ["node_modules", "generated", "imports"] + "exclude": ["node_modules", "generated"] }