-
Notifications
You must be signed in to change notification settings - Fork 12.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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