diff --git a/tsconfig-build.json b/tsconfig-build.json index 3108314a4..5437c65b2 100644 --- a/tsconfig-build.json +++ b/tsconfig-build.json @@ -1,6 +1,7 @@ { "extends": "./tsconfig.json", "compilerOptions": { + "forceConsistentCasingInFileNames": true, "declarationMap": true, "sourceMap": true, "noEmit": false,