Hello, I understand with typescript 5.9 the decision was made to change the tsc --init command to simplify it and remove the full list of options with comments. The release notes at https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-9.html say: "In TypeScript 5.9, a plain tsc --init with no other flags will generate the following tsconfig.json". The wording of this makes me think that there might be an extra flag I can use to get the original behavior with full option inclusion with corresponding comments, but looking at https://www.typescriptlang.org/docs/handbook/compiler-options.html I don't see anything that may apply. Is there a way to enable the old behavior?
I generally maintain a typescript example repo on my machine to reference the init tsconfig, copying from it for my projects and maintaing the order/separation/comments. Would like to continue doing this; had to downgrade my example repo to 5.8 to grabe erasableSyntaxOnly recently.
TypeScript 5.9 Release Notes
A very high-level overview of the CLI compiler options for tsc