mirror of
https://github.com/langchain-ai/langgraph-supervisor-js.git
synced 2026-07-01 16:21:20 -04:00
9 lines
173 B
JSON
9 lines
173 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "NodeNext",
|
|
"declaration": false
|
|
},
|
|
"exclude": ["node_modules", "dist", "docs", "**/tests"]
|
|
}
|