diff --git a/tsconfig.json b/tsconfig.json index 8392698..585db3b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -35,6 +35,7 @@ ".next/types/**/*.ts" ], "exclude": [ - "node_modules" + "node_modules", + "src/shadcn" ] }