mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-28 22:28:51 +01:00
11 lines
212 B
JSON
11 lines
212 B
JSON
{
|
|||
"extends": "./tsconfig.json",
|
|||
"compilerOptions": {
|
|||
"noEmit": true,
|
|||
"outDir": "./dist/tests",
|
|||
"baseUrl": "."
|
|||
},
|
|||
"include": ["specs/**/*", "src/**/*"],
|
|||
"exclude": ["node_modules", "dist"]
|
|||
}
|