Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

nx specify dependencies

/* 
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"]
  }
}
 
PREVIOUS NEXT
Tagged: #nx #dependencies
ADD COMMENT
Topic
Name
6+9 =