Skip to content

Commit

Permalink
build(replay): Skip type imports for circular dependency check
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Dec 7, 2022
1 parent 9edfcf0 commit 54c3a1d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/replay/.madgerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"detectiveOptions": {
"ts": {
"skipTypeImports": true
}
}
}

0 comments on commit 54c3a1d

Please sign in to comment.