Skip to content

Commit 67eabac

Browse files
committed
chore(web): add webworker lib type to tsconfig
1 parent e3187d1 commit 67eabac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"target": "ES2022",
4-
"lib": ["dom", "dom.iterable", "esnext"],
4+
"lib": ["dom", "dom.iterable", "esnext", "webworker"],
55
"allowJs": true,
66
"skipLibCheck": true,
77
"strict": true,

0 commit comments

Comments
 (0)