Skip to content

Commit

Permalink
chore(tsconfig): include DOM and DOM.Iterable for improved type check…
Browse files Browse the repository at this point in the history
…ing (#3568)
  • Loading branch information
mustafaasif2 authored Jul 11, 2024
1 parent 96eb231 commit 8de8775
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/cypress/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"extends": "@tsconfig/node16/tsconfig.json",
"compilerOptions": {
"lib": ["DOM", "DOM.Iterable"]
},
"include": ["./src"]
}

0 comments on commit 8de8775

Please sign in to comment.