diff --git a/tsconfig.json b/tsconfig.json index c6ebf5f389..17a8491bbe 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "forceConsistentCasingInFileNames": true, "allowJs": true, "allowSyntheticDefaultImports": true, "checkJs": true,