LibreChat / api /jsconfig.json
AchyuthGamer's picture
Upload 683 files
9705b6c
raw
history blame contribute delete
279 Bytes
{
"compilerOptions": {
"target": "ES6",
"module": "CommonJS",
// "checkJs": true, // Report errors in JavaScript files
"baseUrl": "./",
"paths": {
"*": ["*", "node_modules/*"],
"~/*": ["./*"]
}
},
"exclude": ["node_modules"]
}