From fb10ee4574bcf2313cff703aeab435f7d623bbaa Mon Sep 17 00:00:00 2001 From: Taylor Bantle Date: Fri, 12 Jan 2024 13:12:57 -0800 Subject: [PATCH] Fix CI --- packages/hooks/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/hooks/tsconfig.json b/packages/hooks/tsconfig.json index fae498b0..4654b109 100644 --- a/packages/hooks/tsconfig.json +++ b/packages/hooks/tsconfig.json @@ -1,6 +1,6 @@ { "include": ["./src"], - "exclude": ["./types", "./esm", "./cjs", "node_modules", "./dist", "./src/__tests__"], + "exclude": ["./types", "./esm", "./cjs", "node_modules", "./dist"], "compilerOptions": { "rootDir": "src", "baseUrl": ".",