Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 301 Bytes

File metadata and controls

20 lines (12 loc) · 301 Bytes

Cypress Component TSConfig Issue

Reproduction for cypress-io/cypress#14194

Error Reproduction

yarn test

Workaround

  1. Remove this section from tsconfig.json:
    "paths": {
      "*": ["*", "./node_modules/*"]
    }
  1. Now yarn test should work.