mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-21 07:02:25 +02:00
10 lines
197 B
JSON
10 lines
197 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "CommonJS",
|
|
"moduleResolution": "Node",
|
|
"declaration": false
|
|
},
|
|
"exclude": ["node_modules", "dist", "**/tests"]
|
|
}
|