stock-bot/libs/services/queue/tsconfig.json
2025-06-21 18:27:00 -04:00

14 lines
298 B
JSON

{
"extends": "../../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src",
"composite": true
},
"include": ["src/**/*"],
"references": [
{ "path": "../../data/cache" },
{ "path": "../../core/logger" },
{ "path": "../../core/types" }
]
}