Cypress Component TSConfig Issue Reproduction for cypress-io/cypress#14194 Error Reproduction yarn test Workaround Remove this section from tsconfig.json: "paths": { "*": ["*", "./node_modules/*"] } Now yarn test should work.