From 7fa1ac7fe652f7c5089a5b1a24b749d58ce397bb Mon Sep 17 00:00:00 2001 From: Romain Thouvenin Date: Tue, 7 May 2024 17:01:44 +0200 Subject: [PATCH] Fix tests path in build config --- tsconfig.build.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.build.json b/tsconfig.build.json index 64f86c6..3dbec9b 100644 --- a/tsconfig.build.json +++ b/tsconfig.build.json @@ -1,4 +1,4 @@ { "extends": "./tsconfig.json", - "exclude": ["node_modules", "test", "dist", "**/*spec.ts"] + "exclude": ["node_modules", "tests", "dist", "**/*spec.ts"] }