diff --git a/src/cli/tsconfig-for-init.json b/src/cli/tsconfig-for-init.json index dd55899ec6e865..dcd8fc5119d885 100644 --- a/src/cli/tsconfig-for-init.json +++ b/src/cli/tsconfig-for-init.json @@ -16,6 +16,7 @@ /* Linting */ "skipLibCheck": true, "strict": true, - "noFallthroughCasesInSwitch": true + "noFallthroughCasesInSwitch": true, + "forceConsistentCasingInFileNames": true } }