From fe6388092b2a6e75b5df15367a9ffbc973fc9d91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Bostro=CC=88m?= Date: Mon, 30 Sep 2024 22:17:45 +0300 Subject: [PATCH] fix(build): remove test files from dist --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 9f2f4d7..2a16e9c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,5 +10,5 @@ "sourceMap": true, "strict": true }, - "include": ["src/**/*", "types/**/*", "test/**/*"] + "include": ["src/**/*", "types/**/*"] }