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