Files
langgraphjs-api/libs/langgraph-api/tsconfig.json
T

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/*"]
}