stock-bot/libs/strategy-engine/tsconfig.json
2025-06-18 22:46:29 -04:00

9 lines
187 B
JSON

{
"extends": "../../tsconfig.lib.json",
"references": [
{ "path": "../data-frame" },
{ "path": "../event-bus" },
{ "path": "../logger" },
{ "path": "../utils" }
]
}