From 6f084c57a36c876789dd1efe2c2a973b20d8a637 Mon Sep 17 00:00:00 2001 From: Sam Date: Tue, 5 Nov 2024 16:11:58 +0000 Subject: [PATCH 1/2] 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" ] } + From 5cc41e6af41bce7b51ac9611d50d6da99b8fc627 Mon Sep 17 00:00:00 2001 From: Mark Wubben Date: Fri, 6 Jun 2025 22:40:33 +0200 Subject: [PATCH 2/2] Apply PR feedback --- tsconfig.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 2251243aa..5c8401b8f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,12 +1,8 @@ { "extends": "@sindresorhus/tsconfig", - "compilerOptions": { - "forceConsistentCasingInFileNames": true - }, "include": [ "test", "test-tap", "test-types" ] } -