mirror of
https://github.com/langchain-ai/langgraphjs.git
synced 2026-07-23 09:35:22 -04:00
16 lines
351 B
JSON
16 lines
351 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"resolveJsonModule": true,
|
|
"module": "NodeNext",
|
|
"allowJs": true,
|
|
"verbatimModuleSyntax": true,
|
|
"noUnusedLocals": true,
|
|
"outDir": "dist"
|
|
},
|
|
"exclude": ["scripts/*", "dist/*"]
|
|
}
|