We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8cdfe9 commit 4dc155eCopy full SHA for 4dc155e
1 file changed
tsconfig.json
@@ -9,7 +9,7 @@
9
"moduleResolution": "bundler",
10
11
// We add esnext to lib to pull in types for all newer ECMAScript features
12
- "lib": ["esnext", "dom", "dom.iterable"],
+ "lib": ["esnext", "dom", "dom.iterable", "webworker"],
13
14
// Skip type checking of all declaration files
15
"skipLibCheck": true,
0 commit comments