You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, you can switch between imports being auto fixed either: haste: true => "<type>.graphql" haste: false => "./__generated__/<type>.graphql".
But with artifactDirectory set it would probably need to be:
the relative path from the current directory to the artifactDirectory
or the absolute path from the baseUrl setting in tsconfig (which is not always possible, because either not set, or not a ts repository at all)
The text was updated successfully, but these errors were encountered:
Currently, you can switch between imports being auto fixed either:
haste: true
=>"<type>.graphql"
haste: false
=>"./__generated__/<type>.graphql"
.But with
artifactDirectory
set it would probably need to be:baseUrl
setting in tsconfig (which is not always possible, because either not set, or not a ts repository at all)The text was updated successfully, but these errors were encountered: