From 43031126c15b02ac6430c527e02d83b1c5e123e4 Mon Sep 17 00:00:00 2001 From: legobt <6wbvkn0j@anonaddy.me> Date: Fri, 13 Oct 2023 21:30:38 +0000 Subject: [PATCH] restore exclude entry of tsconfig.build.json --- tsconfig.build.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.build.json b/tsconfig.build.json index 38f1792..c6e00d6 100644 --- a/tsconfig.build.json +++ b/tsconfig.build.json @@ -9,5 +9,5 @@ "sourceMap": true }, "include": ["./src/**/*.ts"], - "exclude": ["./src/**/*.test.ts", "./node_modules/**/*"] + "exclude": ["./src/**/*.test.ts"] }