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 Nov 30, 2021
1 parent ab75b27 commit c91a9af
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 c91a9af

Please sign in to comment.