stock-bot/libs/queue/tsconfig.json

13 lines
252 B
JSON

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