Skip to content

Commit 54c3a1d

Browse files
committed
build(replay): Skip type imports for circular dependency check
1 parent 9edfcf0 commit 54c3a1d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/replay/.madgerc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"detectiveOptions": {
3+
"ts": {
4+
"skipTypeImports": true
5+
}
6+
}
7+
}

0 commit comments

Comments
 (0)