From be78479d77ecdedfe617d156b1e8d6bd55635440 Mon Sep 17 00:00:00 2001 From: snomiao Date: Thu, 4 Sep 2025 22:04:13 +0000 Subject: [PATCH] [chore] Revert useDefineForClassFields to fix test failures - Remove useDefineForClassFields from tsconfig to maintain backward compatibility - Keep explicit field declarations removed to fix i18n Playwright tests - This balances both test suite requirements --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 4aedbdfe1..6d6ec542c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,6 @@ "module": "ESNext", "lib": ["ES2022", "DOM", "DOM.Iterable"], "skipLibCheck": true, - "useDefineForClassFields": true, "incremental": true, "sourceMap": true, "esModuleInterop": true,