Skip to content

Commit

Permalink
ci(nextjs): Fix flakey types?
Browse files Browse the repository at this point in the history
  • Loading branch information
lforst committed Jul 11, 2024
1 parent 38ec761 commit 2746822
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/nextjs/tsconfig.test.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@

"compilerOptions": {
// should include all types from `./tsconfig.json` plus types for all test frameworks used
"types": ["node", "jest"]
"types": ["node", "jest"],

// other package-specific, test-specific options
"lib": ["DOM", "ESNext"]
}
}

0 comments on commit 2746822

Please sign in to comment.