From bc6e53262c48cb20b5fee8ed717b687f61ec3cd2 Mon Sep 17 00:00:00 2001 From: Garrone Joseph Date: Tue, 18 Aug 2020 16:49:23 +0200 Subject: [PATCH] Update tsconfig.json --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 308db5c..a222d13 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,5 +14,5 @@ "downlevelIteration": true }, "filesGlob": ["src/**/*"], - "exclude": ["node_modules", "dist/**/*"] + "exclude": ["node_modules/", "dist/**/*"] }