From 11e7eeb6fa6134c6a8c94d32bffa4c4329e105aa Mon Sep 17 00:00:00 2001 From: "Micael Levi L. Cavalcante" Date: Sat, 12 Oct 2024 11:13:28 -0400 Subject: [PATCH] enable `forceConsistentCasingInFileNames` for tsc compiler options --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index ace9988..7d4c13a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,6 +11,7 @@ "outDir": "./dist", "baseUrl": "./", "incremental": true, + "forceConsistentCasingInFileNames": true, "skipLibCheck": true } }