LibreChat / client /tsconfig.node.json
N.Achyuth Reddy
Upload 683 files
9705b6c
raw
history blame contribute delete
184 Bytes
{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}