From e6f09e42a1eb2f3a3887c098e8b72fcbef125ef9 Mon Sep 17 00:00:00 2001 From: Alessio Gravili Date: Fri, 8 Mar 2024 13:12:09 -0500 Subject: [PATCH] chore: fix tsconfig for tests --- test/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tsconfig.json b/test/tsconfig.json index d10d99f84..bf1da8e14 100644 --- a/test/tsconfig.json +++ b/test/tsconfig.json @@ -13,7 +13,7 @@ "src/**/*.d.ts", "src/**/*.json", "**/*.ts", - "**/*.ts", + "**/*.tsx", "test/**/*.tsx", "../packages/**/src/**/*.ts", "../packages/**/src/**/*.tsx"],