From b17fc32a12b8bb2f3df74e273682f86a68dff199 Mon Sep 17 00:00:00 2001 From: Romain Thouvenin Date: Fri, 26 Apr 2024 10:57:45 +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"] }