From 690f384ea7761a040b000cec78acea4df696fcd9 Mon Sep 17 00:00:00 2001 From: adrien2p Date: Sat, 29 Jan 2022 15:57:28 +0100 Subject: [PATCH] Fix() .swrcspec --- .swcrcspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.swcrcspec b/.swcrcspec index d3924581..823d01de 100644 --- a/.swcrcspec +++ b/.swcrcspec @@ -1,6 +1,6 @@ { "test": [".*.ts$"], - "exclude": ["node_modules/", "tests", "dist", ".*.js$", ".*.map$"], + "exclude": ["node_modules/", "dist", ".*.js$", ".*.map$"], "sourceMaps": true, "inlineSourcesContent": true, "jsc": {