LibreChat / api /jsconfig.json
N.Achyuth Reddy
Upload 683 files
9705b6c
Invalid JSON: Expected double-quoted property name in JSON at line 5, column 5
{
"compilerOptions": {
"target": "ES6",
"module": "CommonJS",
// "checkJs": true, // Report errors in JavaScript files
"baseUrl": "./",
"paths": {
"*": ["*", "node_modules/*"],
"~/*": ["./*"]
}
},
"exclude": ["node_modules"]
}