From 85ba016ef709197ce4ee4995ec47fef6a8986ae9 Mon Sep 17 00:00:00 2001 From: smolgrrr Date: Fri, 16 Aug 2024 14:22:44 +1000 Subject: [PATCH] change ts config --- client/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/client/tsconfig.json b/client/tsconfig.json index b332efd..be6b2ea 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json @@ -5,6 +5,7 @@ "allowJs": true, "skipLibCheck": true, "strict": true, + "forceConsistentCasingInFileNames": false, "noEmit": true, "esModuleInterop": true, "module": "esnext",