Change8
Error1 reports

Fix TsConfigNotFoundError

in Cypress

Solution

The "TsConfigNotFoundError" in Cypress usually means the `tsconfig.json` file isn't in the expected project root or Cypress can't locate it. Ensure your `tsconfig.json` is in the project's root directory and that your `cypress.config.ts` file correctly references it using the `typescript.tsconfig` configuration option, explicitly pointing to its path. If it's already there, verify the file name is precisely `tsconfig.json` and there are no typos in the `cypress.config.ts` configuration.

Related Issues

Real GitHub issues where developers encountered this error:

Timeline

First reported:Sep 7, 2025
Last reported:Sep 7, 2025

Need More Help?

View the full changelog and migration guides for Cypress

View Cypress Changelog