/cypress-component-tsconfig-issue

Reproduction of issue https://github.com/cypress-io/cypress/issues/14194

Primary LanguageTypeScript

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.