diff --git a/typings/tsconfig.json b/typings/tsconfig.json index 9ad2ddb3..f31345d4 100644 --- a/typings/tsconfig.json +++ b/typings/tsconfig.json @@ -2,10 +2,11 @@ "compilerOptions": { "noEmit": true, "jsx": "preserve", - "strict": true + "strict": true, + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", "test.tsx" ] -} \ No newline at end of file +}