mirror of
https://github.com/langchain-ai/langgraphjs.git
synced 2026-07-24 12:45:23 -04:00
13 lines
198 B
JSON
13 lines
198 B
JSON
{
|
|
"extends": ["//"],
|
|
"tasks": {
|
|
"build": {
|
|
"outputs": ["**/dist/**"]
|
|
},
|
|
"build:internal": {
|
|
"dependsOn": ["^build:internal"],
|
|
"outputs": ["**/dist/**"]
|
|
}
|
|
}
|
|
}
|