mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-29 06:38:50 +01:00
17 lines
329 B
JSON
17 lines
329 B
JSON
{
|
|
"compilerOptions": {
|
|
"noImplicitAny": false,
|
|
"baseUrl": ".",
|
|
"outDir": "./dist",
|
|
"strict": true,
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"target": "es6",
|
|
"module": "esnext",
|
|
"lib": ["dom", "es6"],
|
|
"paths": {
|
|
"~/*": ["../../api/*"]
|
|
}
|
|
},
|
|
"include": ["*.ts"]
|
|
}
|