fix type errors caused by dependency updates
This commit is contained in:
parent
5234b92898
commit
681afb2d9f
6 changed files with 13 additions and 13 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"lib": ["dom", "ES2022"],
|
||||
"target": "ES2022",
|
||||
"lib": ["dom", "ESNext"],
|
||||
"target": "ESNext",
|
||||
"types": ["cypress", "node"],
|
||||
"incremental": true,
|
||||
"skipLibCheck": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue