Skip to content

Commit

Permalink
[ts] disable forceConsistentCasingInFileNames, it seems broken
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Feb 25, 2021
1 parent 0b15a06 commit 1dd2a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
// "resolveJsonModule" allows for importing, extracting types from and generating .json files.
"resolveJsonModule": true,
// Disallow inconsistently-cased references to the same file.
"forceConsistentCasingInFileNames": true,
"forceConsistentCasingInFileNames": false,
// Forbid unused local variables as the rule was deprecated by ts-lint
"noUnusedLocals": true,
// Provide full support for iterables in for..of, spread and destructuring when targeting ES5 or ES3.
Expand Down

0 comments on commit 1dd2a15

Please sign in to comment.