UNPKG

@lobehub/chat

Version:

Lobe Chat - an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible Function Call plugin system. Supports one-click free deployment of your private ChatGPT/LLM web application.

20 lines (19 loc) 460 B
{ "compilerOptions": { "module": "commonjs", "moduleResolution": "node", "target": "ES2020", "lib": ["ES2020"], "types": ["node", "@cucumber/cucumber", "@playwright/test"], "esModuleInterop": true, "resolveJsonModule": true, "skipLibCheck": true, "baseUrl": ".", "paths": { "@/*": ["../*"] } }, "exclude": ["node_modules", "reports"], "extends": "../tsconfig.json", "include": ["src/**/*", "*.js"] }