From 68d394c905044ae6d71fc34bd49f51d399d3f3ba Mon Sep 17 00:00:00 2001 From: Rodrigo Kamada Date: Sun, 8 Sep 2024 08:54:24 -0300 Subject: [PATCH] Removing the forceConsistentCasingInFileNames setting. --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index f0f156a..ac1694e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,6 @@ "compileOnSave": false, "compilerOptions": { "outDir": "./dist/out-tsc", - "forceConsistentCasingInFileNames": true, "strict": true, "noImplicitOverride": true, "noPropertyAccessFromIndexSignature": true,