/*
implicitDependencies
Nx uses powerful source-code analysis to figure out your
workspace's project graph. Some dependencies cannot
be deduced statically, so you can set them manually like this:
*/
{
"name": "mylib",
"nx": {
"implicitDependencies": ["anotherlib"]
}
}