Skip to content

Commit 9d61b2c

Browse files
authored
ci(nextjs): Fix flakey types? (#12881)
1 parent 38ec761 commit 9d61b2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/nextjs/tsconfig.test.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55

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

1010
// other package-specific, test-specific options
11+
"lib": ["DOM", "ESNext"]
1112
}
1213
}

0 commit comments

Comments
 (0)