Files
Hunter Lovell 1e1ecbbcf8 feat: merge v1 (#1733)
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>
2025-10-17 16:34:43 -07:00

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
}
}