mirror of
https://github.com/langchain-ai/langgraphjs-api.git
synced 2026-07-19 21:33:46 -04:00
17 lines
366 B
JSON
17 lines
366 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"resolveJsonModule": true,
|
|
"declaration": true,
|
|
"module": "NodeNext",
|
|
"allowJs": true,
|
|
"jsx": "react-jsx",
|
|
"noUnusedLocals": true,
|
|
"outDir": "dist"
|
|
},
|
|
"exclude": ["scripts/*", "dist/*"]
|
|
}
|