stock-bot/libs/core/handlers/tsconfig.json

16 lines
334 B
JSON

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