diff --git a/tsconfig.json b/tsconfig.json index bdcf76f..8e1d8e7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -51,6 +51,7 @@ ".next/dev/types/**/*.ts" ], "exclude": [ - "node_modules" + "node_modules", + "scripts" ] }