From cadbc5afe16a4c1c0a920afe172141bf5ced255a Mon Sep 17 00:00:00 2001 From: streaper2 Date: Wed, 15 Apr 2026 22:23:32 +0200 Subject: [PATCH] maj tsconfig --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 482446c..5b877eb 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -44,6 +44,7 @@ "**/*.tsx" ], "exclude": [ - "node_modules" + "node_modules", + "admin" ] }