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
Hmm, it is expected for untyped to pick defaults unless you have a better idea, we shall detect generate script (with something like an environment variable) and use something like <rootDir> for rootDir or mock resolvers.
Is it too opinionated simply to detect current absolute path (from process.cwd()) in defaults and replace it with <root>? I can't think of a scenario where we would want that in a schema.
# if run from /Users/me/mylibrary
/Users/me/mylibrary/dist/index.js -> <root>/dist/index.js
/Users/me/otherlibrary/dist/index.js -> /Users/me/otherlibrary/dist/index.js
The text was updated successfully, but these errors were encountered: