{ "extends": ["//"], "tasks": { "build": { "dependsOn": [ "@stock-bot/config#build", "@stock-bot/logger#build", "@stock-bot/cache#build", "@stock-bot/queue#build", "@stock-bot/mongodb-client#build", "@stock-bot/postgres-client#build", "@stock-bot/questdb-client#build", "@stock-bot/shutdown#build" ], "outputs": ["dist/**"], "inputs": [ "src/**", "package.json", "tsconfig.json", "!**/*.test.ts", "!**/*.spec.ts", "!**/test/**", "!**/tests/**", "!**/__tests__/**" ] } } }