From bd252aecc47c9eb47510b5258ea3122463bf937f Mon Sep 17 00:00:00 2001 From: Mitchell Barry Date: Sun, 24 Sep 2017 16:39:29 -0500 Subject: [PATCH] fix: build ignores case sensitivity Required for Windows build --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 85ba84d..6b9d2ec 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,6 +9,7 @@ "declaration": true, "importHelpers": true, "inlineSourceMap": true, + "forceConsistentCasingInFileNames": false, "listFiles": false, "traceResolution": false, "pretty": true,