Skip to content

Commit 97d4772

Browse files
committed
chore: add webworker lib to fix FetchEvent type error
1 parent b036479 commit 97d4772

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

playwright/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"noUnusedParameters": true,
1515
"strict": true,
1616
"target": "ES2022",
17-
"types": ["node"]
17+
"types": ["node"],
18+
"lib": ["webworker"]
1819
},
1920
"include": [
2021
"fixtures",

0 commit comments

Comments
 (0)