Declare a dependency on a sibling TS project.
Section: Project References
Reference another project
json
json
{
"references": [
{ "path": "../shared" }
]
}Explanation
Project references help large monorepos build incrementally and in dependency order.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Project References