stock-bot/libs/strategy-engine/tsconfig.json
2025-06-09 20:00:08 -04:00

15 lines
348 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src"
},
"include": ["src/**/*"], "references": [
{ "path": "../types" },
{ "path": "../logger" },
{ "path": "../utils" },
{ "path": "../event-bus" },
{ "path": "../data-frame" },
{ "path": "../vector-engine" }
]
}