Skip to content

Commit bd08b68

Browse files
committed
chore: exclude benchmarks from docs
1 parent d802ddb commit bd08b68

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

typedoc.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,8 @@
55
"headings": {
66
"readme": false,
77
"document": false
8-
}
8+
},
9+
"exclude": [
10+
"benchmarks/**/*"
11+
]
912
}

0 commit comments

Comments
 (0)