Skip to content

Commit baaaaf6

Browse files
committed
fix(build) Fix bithound config format
1 parent b697f11 commit baaaaf6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.bithoundrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
{
12
"ignore": [
23
"**/dist/**",
34
"**/node_modules/**",
45
"**/bower_components/**",
56
"**/js/**/*.js",
7+
"**/typings/**/*.d.ts",
68
"**/server/**/*.js"
79
]
10+
}

0 commit comments

Comments
 (0)