mirror of
https://github.com/langchain-ai/langgraphjs.git
synced 2026-08-26 18:16:45 -04:00
16 lines
372 B
JSON
16 lines
372 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"target": "ES2022",
|
|
"module": "ES2022",
|
|
"moduleResolution": "bundler",
|
|
"strict": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"resolveJsonModule": true,
|
|
"verbatimModuleSyntax": true,
|
|
"noUnusedLocals": true,
|
|
"declaration": true
|
|
},
|
|
"exclude": ["scripts/*", "dist/*", "src/tests/*"]
|
|
}
|