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