feat: display the tsconfig generated when running tsc --init#45930
Conversation
|
This is good work! Note, it doesn't take CLI params passed in via the CLI into account yet too btw: |
|
Hey @orta |
|
Ace, makes sense - yeah, can we drop that please - I changed my mind on it as we both posted at the same time #45714 (comment):
Otherwise, structurally this looks 💯 |
|
I have updated the code! All compileOptions that have been changed + the defaultOptions are now included. Let me know if additional changes are needed... I'm writing a test for the expected outputs. |
|
Thanks, I've given this a fresh look through and it seems solid to me 👍🏻 |
this PR improves the output of tsc --init
TODO: Diagnostics text
Fixes #45714