[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
This commit is contained in:
snomiao
2025-09-04 22:04:13 +00:00
parent cc2458aa8b
commit be78479d77

View File

@@ -4,7 +4,6 @@
"module": "ESNext",
"lib": ["ES2022", "DOM", "DOM.Iterable"],
"skipLibCheck": true,
"useDefineForClassFields": true,
"incremental": true,
"sourceMap": true,
"esModuleInterop": true,