From 76ea06774dfb8f8a915ee834e218647fdb33a8a4 Mon Sep 17 00:00:00 2001 From: 3y3 <3y3@ya.ru> Date: Fri, 16 Aug 2024 18:05:48 +0300 Subject: [PATCH] chore: Fix tsconfig --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 5a8099b..34c52ee 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,5 +6,6 @@ }, "include": [ "src" - ] + ], + "exclude": [] }