Files
langgraphjs/libs/langgraph-cli/tsconfig.json
T
2025-01-21 15:25:42 +01:00

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