stock-bot/libs/utils/tsconfig.json

18 lines
424 B
JSON

{
"extends": "../../tsconfig.lib.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src"
},
"include": ["src/**/*"],
"references": [
{ "path": "../types" },
{ "path": "../cache" },
{ "path": "../config" },
{ "path": "../logger" },
{ "path": "../http" },
{ "path": "../connection-factory" },
{ "path": "../mongodb-client" },
{ "path": "../postgres-client" }
]
}