From 4fcf5ff9bb13e93e3fd44b96b60dcaab3c376d2f Mon Sep 17 00:00:00 2001 From: Herrington Darkholme <2883231+HerringtonDarkholme@users.noreply.github.com> Date: Tue, 27 Oct 2020 17:31:08 +0800 Subject: [PATCH] fix(types): remove __test__ from ignore (#480) --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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" ] }