Skip to content

Commit 4dc155e

Browse files
committed
ref: Add webworker lib to tsconfig.json
1 parent f8cdfe9 commit 4dc155e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"moduleResolution": "bundler",
1010

1111
// We add esnext to lib to pull in types for all newer ECMAScript features
12-
"lib": ["esnext", "dom", "dom.iterable"],
12+
"lib": ["esnext", "dom", "dom.iterable", "webworker"],
1313

1414
// Skip type checking of all declaration files
1515
"skipLibCheck": true,

0 commit comments

Comments
 (0)