andrewagain / cypress-component-tsconfig-issue

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:TypeScript 79.6%Language:JavaScript 20.4%