From a2855fe752249870dd15635823827b4d0f508a52 Mon Sep 17 00:00:00 2001 From: Anton Shchederkin Date: Thu, 19 Dec 2024 14:08:05 +0100 Subject: [PATCH] change back tsconfig.json --- typescript/tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/typescript/tsconfig.json b/typescript/tsconfig.json index 8241092d..01de62a8 100644 --- a/typescript/tsconfig.json +++ b/typescript/tsconfig.json @@ -13,7 +13,6 @@ "outDir": "./dist" }, "include": [ - "src/**/*", - "tests/**/*" + "src/**/*" ] } \ No newline at end of file