From 9853e31201be84153fecf22f9911372c2fce5740 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Wed, 26 Aug 2020 23:16:34 +0200 Subject: [PATCH] disable forceConsistentCasingInFileNames --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 35d51ea..1a1a5b7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,7 +9,7 @@ "allowJs": true, "skipLibCheck": true, "strict": false, - "forceConsistentCasingInFileNames": true, + "forceConsistentCasingInFileNames": false, "noEmit": true, "esModuleInterop": true, "module": "esnext",