mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-03-03 23:00:18 +01:00
11 lines
221 B
JSON
11 lines
221 B
JSON
|
|
{
|
||
|
|
"extends": "./tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"noEmit": false,
|
||
|
|
"declaration": true,
|
||
|
|
"declarationDir": "dist/types",
|
||
|
|
"outDir": "dist"
|
||
|
|
},
|
||
|
|
"exclude": ["node_modules", "dist", "**/*.spec.ts"]
|
||
|
|
}
|