mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-22 07:32:25 +02:00
8 lines
139 B
JSON
8 lines
139 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"declaration": false
|
|
},
|
|
"exclude": ["node_modules", "dist", "**/tests"]
|
|
}
|