From 98135ad6bbf23a8ca13829622c87dc48a55018ef Mon Sep 17 00:00:00 2001 From: woodser Date: Fri, 20 Sep 2024 20:28:20 -0400 Subject: [PATCH] do not emit tests to dist folder --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 4d1405ef..fccfc12f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -22,5 +22,5 @@ "isolatedModules": true }, "include": ["src"], - "exclude": ["node_modules", "dist"] + "exclude": ["node_modules", "**/*.test.ts"] }