Why does extends
in tsconfig.json
not work with local packages?
#27054
Unanswered
PaulRBerg
asked this question in
Questions and Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As per #5674, it looks like Cypress should support the
extends
functionality intsconfig.json
.I noticed that relative paths work:
But the following doesn't:
Where
@org-name
is the name of ourpackage.json
organization name, in a local yarn-based monorepo.Why doesn't this work? We're getting the following error:
Note that that shared TSConfig file defines paths, e.g.
See the full log here.
Beta Was this translation helpful? Give feedback.
All reactions