diff --git a/tsconfig.json b/tsconfig.json index 23ae284..537ef56 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -37,6 +37,7 @@ ], "exclude": [ "node_modules", - "scripts" + "scripts", + "__tests__" ] }