stock-bot/libs/vector-engine/tsconfig.json
2025-06-13 13:38:02 -04:00

14 lines
281 B
JSON

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