From bc12a8d2b377f81f6228fdd137d40432461dbaf3 Mon Sep 17 00:00:00 2001 From: Raghav Katyal Date: Thu, 30 Jun 2016 15:14:49 -0700 Subject: [PATCH] Turning on consistent casing flag and fixing failures --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index fef4d9c..66fb879 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,8 @@ "typesSearchPaths": [ "../" ], - "noEmit": true + "noEmit": true, + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts",