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