Files
prettier-plugin-openapi/bunfig.toml

13 lines
226 B
TOML

[test]
# Test configuration for Bun
preload = ["./test/setup.ts"]
timeout = 30000
coverage = true
coverageDir = "coverage"
coverageReporter = ["text", "lcov"]
[install]
# Install configuration
cache = true
production = false