From ef3f3907fb156a028e788b8e2b5677ce38e6602e Mon Sep 17 00:00:00 2001 From: Eugene Lazutkin Date: Mon, 6 May 2024 20:53:42 -0500 Subject: [PATCH] Added a suggested settings. --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 663f60c..34ee8d4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,7 +14,7 @@ "noUncheckedIndexedAccess": true, "noUnusedLocals": true, "noUnusedParameters": true, - + "forceConsistentCasingInFileNames": true }, "include": ["**/*.ts"], "exclude": ["vendor/re2/app/**"]