Skip to content

Please add default values to all properties in configuration reference #48441

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

Open
5 tasks done
SetTrend opened this issue Mar 26, 2022 · 1 comment
Open
5 tasks done
Labels
Docs The issue relates to how you learn TypeScript Help Wanted You can do this
Milestone

Comments

@SetTrend
Copy link

SetTrend commented Mar 26, 2022

Suggestion

Currently, the TypeScript configuration reference documentation page lacks the default values for some of the configuration properties. This may lead to confusion, cluttered configuration files and unexpected compilation results.

Please, add default values for all properties to the TypeScript configuration reference documentation page.

🔍 Search Terms

configuration default

✅ Viability Checklist

My suggestion meets these guidelines:

  • This wouldn't be a breaking change in existing TypeScript/JavaScript code
  • This wouldn't change the runtime behavior of existing JavaScript code
  • This could be implemented without emitting different JS based on the types of the expressions
  • This isn't a runtime feature (e.g. library functionality, non-ECMAScript syntax with JavaScript output, new syntax sugar for JS, etc.)
  • This feature would agree with the rest of TypeScript's Design Goals.

⭐ Suggestion

Please, add default values for all properties to the TypeScript configuration reference documentation page.

📃 Motivating Example

Currently, the TypeScript configuration reference documentation page lacks the default values for some of the configuration properties. This may lead to confusion, cluttered configuration files and unexpected compilation results.


/ref: #33211
@RyanCavanaugh RyanCavanaugh added Help Wanted You can do this Docs The issue relates to how you learn TypeScript labels Mar 28, 2022
@RyanCavanaugh RyanCavanaugh added this to the Backlog milestone Mar 28, 2022
@s-dehaan
Copy link

I've taken a crack at this. New to the whole contributing so sorry for the git pollution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Docs The issue relates to how you learn TypeScript Help Wanted You can do this
Projects
None yet
Development

No branches or pull requests

3 participants