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