Skip to content

Commit

Permalink
Fix JSDOM TS issue. (#1251)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed Nov 30, 2021
1 parent 290d527 commit e007dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "es6",
"lib": [ "es2015" ],
"lib": [ "es2015", "dom" ],
"module": "commonjs",
"noEmit": true,
"strict": true,
Expand Down

0 comments on commit e007dd2

Please sign in to comment.