From 3eb42321d575ca3674622509d53b655e8336353f Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Fri, 28 May 2021 22:08:21 -0400 Subject: [PATCH] exclude tests --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 51d4bf4b..fb0ba6ba 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -74,6 +74,7 @@ }, "exclude": [ "docs", - "dist" + "dist", + "src/**/*.test.ts" ] }