Skip to content

Commit 2d23e43

Browse files
committed
fix: solve TS warnings about undefined WorkerOptions
1 parent 629f11c commit 2d23e43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"lib": [
4-
"ES2020", "DOM"
4+
"ES2020", "WebWorker"
55
],
66
"target": "ES2020",
77
"allowJs": true,

0 commit comments

Comments
 (0)