forceConsistentCasingInFileNames is true by default with TS 5

This commit is contained in:
Manav Rathi 2024-02-15 20:38:51 +05:30
parent a2fa7d3716
commit 3289d137bf

View file

@ -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 */