From 66706f89b0f09ade43b28bd1ebad356df428d2c0 Mon Sep 17 00:00:00 2001 From: snomiao Date: Wed, 24 Sep 2025 04:47:57 +0000 Subject: [PATCH] fix: remove scripts/collect-i18n-*.ts from tsconfig includes This was automatically added by linter but causes issues with TypeScript compilation --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 43ae63a64..419d0e9bf 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -34,7 +34,6 @@ "global.d.ts", "knip.config.ts", "playwright.i18n.config.ts", - "scripts/collect-i18n-*.ts", "src/**/*.vue", "src/**/*", "src/types/**/*.d.ts",