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

19 lines
424 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src",
"declaration": true
},
"include": [
"src/**/*"
],
"exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.spec.ts"],
"references": [
{ "path": "../logger" },
{ "path": "../types" },
{ "path": "../event-bus" },
{ "path": "../data-frame" },
{ "path": "../http-client" },
]
}