mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-09 17:40:09 +00:00
[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:
@@ -4,7 +4,6 @@
|
||||
"module": "ESNext",
|
||||
"lib": ["ES2022", "DOM", "DOM.Iterable"],
|
||||
"skipLibCheck": true,
|
||||
"useDefineForClassFields": true,
|
||||
"incremental": true,
|
||||
"sourceMap": true,
|
||||
"esModuleInterop": true,
|
||||
|
||||
Reference in New Issue
Block a user