diff --git a/tsconfig.json b/tsconfig.json index e27ba549db..00f500262d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,7 +16,6 @@ "allowSyntheticDefaultImports": true }, "exclude": [ - "node_modules", - "packages/**/__tests__/*" + "node_modules" ] }