We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38ec761 commit 9d61b2cCopy full SHA for 9d61b2c
packages/nextjs/tsconfig.test.json
@@ -5,8 +5,9 @@
5
6
"compilerOptions": {
7
// should include all types from `./tsconfig.json` plus types for all test frameworks used
8
- "types": ["node", "jest"]
+ "types": ["node", "jest"],
9
10
// other package-specific, test-specific options
11
+ "lib": ["DOM", "ESNext"]
12
}
13
0 commit comments