stock-bot/libs/core/handlers/tsconfig.json
2025-06-22 17:55:51 -04:00

15 lines
303 B
JSON

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