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

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