From b67ee28e282e6f9d536dc181e17d72e9e92442c2 Mon Sep 17 00:00:00 2001 From: Tarik Gul <47201679+TarikGul@users.noreply.github.com> Date: Thu, 4 Jan 2024 15:13:57 -0500 Subject: [PATCH] build: remove .spec files from lib (#342) --- tsconfig.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 89651654..fda4bdff 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,7 +13,9 @@ "./node_modules/@types" ], "exclude": [ - "node_modules" + "node_modules", + "./src/**/*.spec.ts", + "./src/testHelpers" ], "include": [ "./src/**/*.ts",