Skip to content

Commit 6e668c0

Browse files
committed
Put test exclusion back in rxfire
1 parent 8025369 commit 6e668c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/rxfire/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"declaration": true
66
},
77
"exclude": [
8-
"dist/**/*"
8+
"dist/**/*",
9+
"test/**/*"
910
]
1011
}

0 commit comments

Comments
 (0)