From 6d12df3444690b0cdbf25461feb875b70cfda8d1 Mon Sep 17 00:00:00 2001 From: adrien2p Date: Sat, 29 Jan 2022 16:02:06 +0100 Subject: [PATCH] Fix() tsconfig.json --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index c5d4d74c..df83e6f7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,5 +5,5 @@ "baseUrl": "./src", "rootDir": "./src" }, - "exclude": ["*.spec.ts", "dist", "node_modules"] + "exclude": ["**/tests", "dist", "node_modules"] }