stock-bot/libs/strategy-engine/tsconfig.json

9 lines
240 B
JSON

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