mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-03-05 07:40:19 +01:00
15 lines
263 B
JSON
15 lines
263 B
JSON
|
|
{
|
||
|
|
"extends": "../../tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"noEmit": true,
|
||
|
|
"target": "ES2020",
|
||
|
|
"lib": ["ES2020"],
|
||
|
|
"baseUrl": "../..",
|
||
|
|
"paths": {
|
||
|
|
"~/*": ["./src/*"]
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"include": ["./**/*.ts"],
|
||
|
|
"exclude": ["node_modules"]
|
||
|
|
}
|