stock-bot/libs/core/event-bus/tsconfig.json

10 lines
218 B
JSON

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