mirror of
https://github.com/langchain-ai/langgraphjs.git
synced 2026-07-22 00:55:26 -04:00
e051ef6aa8
Co-authored-by: Tat Dat Duong <david@duong.cz>
19 lines
392 B
JSON
19 lines
392 B
JSON
{
|
|
"cSpell.words": [
|
|
"agentic",
|
|
"checkpointer",
|
|
"Checkpointers",
|
|
"Pregel",
|
|
"Scrapybara"
|
|
],
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"python.languageServer": "None",
|
|
"deno.enable": false,
|
|
"eslint.enable": true,
|
|
"eslint.workingDirectories": [
|
|
{ "pattern": "libs/*" }
|
|
],
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit"
|
|
}
|
|
} |