mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-21 21:50:49 +02: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"]
|
||
|
}
|