Skip to content

Commit

Permalink
Fix cypress test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
ajuvonen committed Jul 5, 2024
1 parent 12bb20c commit 6135842
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@
{
"path": "./tsconfig.vitest.json"
}
]
],
"compilerOptions": {
"module": "NodeNext"
}
}

0 comments on commit 6135842

Please sign in to comment.