From cf3bb412d5df6901256c22c2d8b1e948337b64d4 Mon Sep 17 00:00:00 2001 From: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com> Date: Tue, 28 Jun 2022 10:00:15 -0500 Subject: [PATCH] build: remove 'tests' exclude --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 0e7b542..c1ef65d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,6 +16,6 @@ "declaration": true, "forceConsistentCasingInFileNames": true, }, - "exclude": ["node_modules", "tests", "dist"], + "exclude": ["node_modules", "dist"], "include": ["src"], }