stock-bot/libs/utils/tsconfig.json
2025-06-21 18:27:00 -04:00

19 lines
460 B
JSON

{
"extends": "../../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src",
"composite": true
},
"include": ["src/**/*"],
"references": [
{ "path": "../core/types" },
{ "path": "../data/cache" },
{ "path": "../core/config" },
{ "path": "../core/logger" },
{ "path": "../services/http" },
{ "path": "../core/di" },
{ "path": "../data/mongodb" },
{ "path": "../data/postgres" }
]
}