Już dołączono nazwę pliku React Tsconfig

{
  "compilerOptions": {
    ...
    "forceConsistentCasingInFileNames": false,
    ...
  }
}
Cruel Cheetah