diff --git a/src/lib/application/files/ts/tsconfig.json b/src/lib/application/files/ts/tsconfig.json index d1524d2b4..4b7689930 100644 --- a/src/lib/application/files/ts/tsconfig.json +++ b/src/lib/application/files/ts/tsconfig.json @@ -11,6 +11,7 @@ "outDir": "./dist", "baseUrl": "./", "incremental": true, + "forceConsistentCasingInFileNames": true, "skipLibCheck": true, "strictNullChecks": <%= strict %>, "noImplicitAny": <%= strict %>,