From 5d4b4f571f30c8d92129917d58eef4ac6d638319 Mon Sep 17 00:00:00 2001 From: Geovanni Perez <1775792+geoperez@users.noreply.github.com> Date: Tue, 5 Dec 2023 11:19:48 -0600 Subject: [PATCH] Update tsconfig.json --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 9e45110..deb8d7c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,5 +18,5 @@ "sourceMap": false }, "include": ["src/**/*.ts", "src/**/*.tsx"], - "exclude": ["src/**/*.spec.ts", "src/**/*.spec.tsx", "node_modules"] + "exclude": ["src/**/*.spec.ts", "src/**/*.spec.tsx", "src/**/*.test.tsx", "node_modules"] }