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",