Initial commit: Open source chat interface based on EchoTrace

This commit is contained in:
ILoveBingLu
2026-01-08 18:38:13 +08:00
commit 7f115a7a78
178 changed files with 17150 additions and 0 deletions

11
tsconfig.node.json Normal file
View File

@@ -0,0 +1,11 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true
},
"include": ["vite.config.ts", "electron/**/*.ts"]
}