From 052e6588987794e61c32955b25584784abf32b2a Mon Sep 17 00:00:00 2001 From: "Micael Levi L. Cavalcante" Date: Mon, 14 Oct 2024 11:24:57 -0400 Subject: [PATCH] feat: enable `forceConsistentCasingInFileNames` for 'application' template --- src/lib/application/files/ts/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/application/files/ts/tsconfig.json b/src/lib/application/files/ts/tsconfig.json index d1524d2b4..4b7689930 100644 --- a/src/lib/application/files/ts/tsconfig.json +++ b/src/lib/application/files/ts/tsconfig.json @@ -11,6 +11,7 @@ "outDir": "./dist", "baseUrl": "./", "incremental": true, + "forceConsistentCasingInFileNames": true, "skipLibCheck": true, "strictNullChecks": <%= strict %>, "noImplicitAny": <%= strict %>,