Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into fix-3648
Browse files Browse the repository at this point in the history
  • Loading branch information
urugator committed Oct 29, 2023
2 parents 5688e72 + 5846dfe commit 2a6190b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/mobx-react-lite/__tests__/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "../tsconfig.test.json"
}
3 changes: 3 additions & 0 deletions packages/mobx-react/__tests__/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "../tsconfig.test.json"
}
3 changes: 3 additions & 0 deletions packages/mobx-undecorate/__tests__/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "../../../tsconfig.test.json"
}
3 changes: 3 additions & 0 deletions packages/mobx/__tests__/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "../../../tsconfig.test.json"
}

0 comments on commit 2a6190b

Please sign in to comment.