Skip to content

Commit e007dd2

Browse files
authoredNov 30, 2021
Fix JSDOM TS issue. (#1251)
See jestjs/jest#12098
1 parent 290d527 commit e007dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"target": "es6",
4-
"lib": [ "es2015" ],
4+
"lib": [ "es2015", "dom" ],
55
"module": "commonjs",
66
"noEmit": true,
77
"strict": true,

0 commit comments

Comments
 (0)
Please sign in to comment.