@elimeleth/builderbot-langchain
Version:
Interface para crear chatbot con Builderbot & LangChain
17 lines (16 loc) • 478 B
JSON
{
"compilerOptions": {
"allowJs": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"outDir": "./dist",
"rootDir": "./src",
"declaration": true,
"declarationMap": true,
"moduleResolution": "node",
"importHelpers": true,
"target": "ES2021"
},
"include": ["src/**/*.js", "src/**/*.ts", "index.ts"],
"exclude": ["**/*.spec.ts", "**/*.test.ts", "node_modules"]
}