From a9290f1530ea6ed41a4d77abc02e18227ffd55b4 Mon Sep 17 00:00:00 2001 From: corrado4eyes Date: Tue, 3 Dec 2019 16:57:03 +0100 Subject: [PATCH] [#9] Changed property value --- hearthstone/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hearthstone/tsconfig.json b/hearthstone/tsconfig.json index abd96146..c6dfb72a 100644 --- a/hearthstone/tsconfig.json +++ b/hearthstone/tsconfig.json @@ -11,7 +11,7 @@ "esModuleInterop": true, "allowSyntheticDefaultImports": true, "strict": true, - "forceConsistentCasingInFileNames": true, + "forceConsistentCasingInFileNames": false, "module": "commonjs", "moduleResolution": "node", "resolveJsonModule": true,