Skip to content

Commit

Permalink
build: add DOM to list of TS libraries
Browse files Browse the repository at this point in the history
it's not actually needed but this bug got introduced with jest 27.4: jestjs/jest#12098
  • Loading branch information
dtieber committed Dec 2, 2021
1 parent 086c445 commit add7ed3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Expand Up @@ -6,7 +6,8 @@
"module": "commonjs",
"inlineSourceMap": true,
"lib": [
"ES2020"
"ES2020",
"DOM"
]
},
"include": [
Expand Down

0 comments on commit add7ed3

Please sign in to comment.