From 6f084c57a36c876789dd1efe2c2a973b20d8a637 Mon Sep 17 00:00:00 2001 From: Sam Date: Tue, 5 Nov 2024 16:11:58 +0000 Subject: [PATCH] Fixed a bug --- tsconfig.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index d59b5984c..2251243aa 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,9 +1,7 @@ { "extends": "@sindresorhus/tsconfig", "compilerOptions": { - // See . This does not - // seem solved with 4.8.3. - "forceConsistentCasingInFileNames": false, + "forceConsistentCasingInFileNames": true }, "include": [ "test", @@ -11,3 +9,4 @@ "test-types" ] } +