From 8b4e2ec7819d5cd3ca62e7b2354856a5e88ccd2a Mon Sep 17 00:00:00 2001 From: Kamil Mysliwiec Date: Thu, 17 Oct 2024 20:16:01 +0200 Subject: [PATCH] Revert "feat: enable `forceConsistentCasingInFileNames` for 'application' template" --- src/lib/application/files/ts/tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/application/files/ts/tsconfig.json b/src/lib/application/files/ts/tsconfig.json index 4b7689930..d1524d2b4 100644 --- a/src/lib/application/files/ts/tsconfig.json +++ b/src/lib/application/files/ts/tsconfig.json @@ -11,7 +11,6 @@ "outDir": "./dist", "baseUrl": "./", "incremental": true, - "forceConsistentCasingInFileNames": true, "skipLibCheck": true, "strictNullChecks": <%= strict %>, "noImplicitAny": <%= strict %>,