mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30:15 +01:00
14 lines
279 B
JSON
14 lines
279 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"target": "ES6",
|
||
|
|
"module": "CommonJS",
|
||
|
|
// "checkJs": true, // Report errors in JavaScript files
|
||
|
|
"baseUrl": "./",
|
||
|
|
"paths": {
|
||
|
|
"*": ["*", "node_modules/*"],
|
||
|
|
"~/*": ["./*"]
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"exclude": ["node_modules"]
|
||
|
|
}
|