stock-bot/libs/questdb-client/bunfig.toml
2025-06-09 22:55:51 -04:00

14 lines
250 B
TOML

# QuestDB Client Library Bun Test Configuration
[test]
# Configure path mapping for tests
preload = ["./test/setup.ts"]
# Test configuration
timeout = 5000
# Enable TypeScript paths resolution
[bun]
paths = {
"@/*" = ["./src/*"]
}