LibreChat/packages/auth/tsconfig.spec.json
2025-06-03 20:48:50 +08:00

10 lines
212 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": true,
"outDir": "./dist/tests",
"baseUrl": "."
},
"include": ["specs/**/*", "src/**/*"],
"exclude": ["node_modules", "dist"]
}