From 30f43ba849a9e506e4ed0c4b25c088e22ce17642 Mon Sep 17 00:00:00 2001 From: seaznCode Date: Sun, 7 Jun 2026 21:44:36 +0200 Subject: [PATCH] refactor: exclude translation files from TypeScript compilation --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 7d1952d..0aae806 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -38,6 +38,7 @@ "exclude": [ "node_modules", "vitest.config.ts", + "src/app/i18n/translations/**/*", "src/tests/**/*", "**/*.test.ts", "**/*.test.tsx",