-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbunfig.toml
More file actions
27 lines (21 loc) · 533 Bytes
/
bunfig.toml
File metadata and controls
27 lines (21 loc) · 533 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
telemetry = false
logLevel = "debug" # "debug" | "warn" | "error"
[console]
depth = 2
[install]
auto = "auto"
exact = true
optional = false
# Only install package versions published at least 3 days ago
minimumReleaseAge = 259200
# These packages will bypass the 3-day minimum age requirement
minimumReleaseAgeExcludes = ["@types/bun", "typescript"]
[run]
# equivalent to `bun --bun` for all `bun run` commands
bun = true
[test]
coverage = false
onlyFailures = true
preload = ["./src/test-setup.ts"]
[test.reporter]
dots = true