mirror of
https://github.com/langchain-ai/langgraphjs.git
synced 2026-07-22 17:15:25 -04:00
18abe1e813
Co-authored-by: Hunter Lovell <40191806+hntrl@users.noreply.github.com> Co-authored-by: Christian Bromann <git@bromann.dev>
16 lines
428 B
JSON
16 lines
428 B
JSON
{
|
|
"extends": "@tsconfig/recommended",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"lib": ["ES2021", "ES2022.Object", "ES2022.Error", "DOM"],
|
|
"target": "ES2021",
|
|
"module": "nodenext",
|
|
"allowSyntheticDefaultImports": true,
|
|
"noImplicitReturns": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"noUnusedParameters": true,
|
|
"useDefineForClassFields": true,
|
|
"strictPropertyInitialization": false
|
|
}
|
|
}
|