Bug Report
🔎 Search Terms
useDefineForClassFields
🕗 Version & Regression Information
- I was unable to test this on prior versions because this new help display is introduced with version 4.4.
💻 Code
Execute this command: npx typescript@4.4.1-rc --help --all
🙁 Actual behavior
The default value false is shown for useDefineForClassFields.

🙂 Expected behavior
The default value depends on the target (it's true for ESNext since TypeScript 4.3, introduced in #34787).
This should be reflected in the help.
Bug Report
🔎 Search Terms
useDefineForClassFields🕗 Version & Regression Information
💻 Code
Execute this command:
npx typescript@4.4.1-rc --help --all🙁 Actual behavior
The default value
falseis shown foruseDefineForClassFields.🙂 Expected behavior
The default value depends on the
target(it'strueforESNextsince TypeScript 4.3, introduced in #34787).This should be reflected in the help.