diff --git a/tsconfig.json b/tsconfig.json index bf92ed7..cf0cc7a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -47,6 +47,7 @@ ".next/dev/types/**/*.ts" ], "exclude": [ - "node_modules" + "node_modules", + "scripts" ] -} +} \ No newline at end of file