stock-bot/libs/http-client/bunfig.toml

11 lines
167 B
TOML

# HTTP Client Library Bun Test Configuration
[test]
# Test configuration
timeout = 5000
# Enable TypeScript paths resolution
[bun]
paths = {
"@/*" = ["./src/*"]
}