forceConsistentCasingInFileNames is true by default with TS 5
This commit is contained in:
parent
a2fa7d3716
commit
3289d137bf
1 changed files with 0 additions and 2 deletions
|
@ -54,8 +54,6 @@
|
|||
|
||||
/* Speed things up by not type checking `node_modules` */
|
||||
"skipLibCheck": true,
|
||||
/* Ensure filename in import has the same casing as the file on disk */
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
/* Require the `type` modifier when importing types */
|
||||
"verbatimModuleSyntax": true,
|
||||
/* Enable importing .json files */
|
||||
|
|
Loading…
Add table
Reference in a new issue