Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
inker committed Jan 21, 2024
1 parent ac111a3 commit 0e26473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"module": "CommonJS",
"strict": true,
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"types": ["vitest/globals"]
Expand Down

0 comments on commit 0e26473

Please sign in to comment.