mirror of
https://github.com/langchain-ai/langgraphjs.git
synced 2026-07-19 21:23:31 -04:00
1e1ecbbcf8
Co-authored-by: Tat Dat Duong <david@duong.cz> Co-authored-by: Christian Bromann <git@bromann.dev> Co-authored-by: Nuno Campos <nuno@langchain.dev> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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
|
|
}
|
|
}
|