Skip to content
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

Enable forceConsistentCasingInFileNames by default in newly generated tsconfig #33614

Merged
merged 1 commit into from
Sep 27, 2019

Conversation

mheiber
Copy link
Contributor

@mheiber mheiber commented Sep 26, 2019

Issue number of the reported bug or feature request: #17542

Work by Prakash Lalwani / @prakashtinate

Describe your changes
Enabled forceConsistentCasingInFileNames in newly generated tsconfig.jsons created by tsc --init.

Testing performed
The configuration option changed in the related tests.

  • There is an associated issue in the Backlog milestone (required)
  • Code is up-to-date with the master branch
  • You've successfully run gulp runtests locally
  • There are new or updated unit tests validating the change

Fixes #17542

… configs (#39)

*Issue number of the reported bug or feature request: microsoft#17542*

**Describe your changes**
Enabled `forceConsistentCasingInFileNames` in newly generated `tsconfig.json`s created by `tsc --init`.

**Testing performed**
The configuration option changed in the related tests.

**Additional context**
n/a


Signed-off-by: Prakash Lalwani <[email protected]>
@mheiber
Copy link
Contributor Author

mheiber commented Sep 27, 2019

Thanks @sheetalkamat !

@RyanCavanaugh RyanCavanaugh merged commit c80d565 into microsoft:master Sep 27, 2019
@RyanCavanaugh
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SUGGESTION: enable forceConsistentCasingInFileNames by default
4 participants