From d7b72338bbbee9b7815add2cc7ee337de6725e77 Mon Sep 17 00:00:00 2001 From: sumeyaaaa Date: Sat, 21 Feb 2026 13:59:46 +0300 Subject: [PATCH] chore: commit src/tsconfig.json --- src/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tsconfig.json b/src/tsconfig.json index 11d189aa2e..77a425049d 100644 --- a/src/tsconfig.json +++ b/src/tsconfig.json @@ -21,7 +21,7 @@ "useUnknownInCatchVariables": false }, "include": ["."], - "exclude": ["node_modules"], + "exclude": ["node_modules", "api/login.ts"], "watchOptions": { "watchFile": "useFsEvents", "watchDirectory": "useFsEvents",