ai / client /tsconfig.node.json
Marco Beretta
LibreChat upload repo
3b6afc0
raw
history blame
No virus
184 Bytes
{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}