Skip to content

Commit

Permalink
Correct tsconfig of React tests
Browse files Browse the repository at this point in the history
  • Loading branch information
steveluscher committed May 2, 2024
1 parent 5e4f381 commit e2ba744
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../tsconfig.all.json",
"extends": "../../tsconfig.all.json",
"compilerOptions": {
"isolatedModules": false
}
Expand Down

0 comments on commit e2ba744

Please sign in to comment.