From 5fc5f712f06714289e2209ff5970137b819d4fda Mon Sep 17 00:00:00 2001 From: JDMathew Date: Wed, 26 Jun 2024 15:51:24 -0700 Subject: [PATCH] remove examples from excludes --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index a521e2b3..e727541c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -29,7 +29,6 @@ "**/**/node_modules", "node_modules", "**/__mocks__", - "**/__tests__", - "examples" + "**/__tests__" ] }