diff --git a/tsconfig.json b/tsconfig.json index 30d7b6bca21..2c1543a0897 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,7 +17,8 @@ "paths": { "platform/*": ["src/platform/node/*"] }, - "resolveJsonModule": true + "resolveJsonModule": true, + "forceConsistentCasingInFileNames": true }, "exclude": ["node_modules", "!node_modules/@types"] }