Skip to content

Commit

Permalink
Fix ide typescript compatability in __tests__ dir (#3620)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyraoul authored Oct 29, 2023
1 parent fdf9b78 commit 5846dfe
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 5846dfe

Please sign in to comment.