stock-bot/libs/data-frame/tsconfig.json
2025-06-09 22:55:51 -04:00

13 lines
261 B
JSON

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