Skip to content

Commit

Permalink
Merge branch '6.x' into 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
djcsdy committed Aug 25, 2024
2 parents 27d8c70 + f2cd4fa commit 7ff31b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webworker/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"lib": ["ES2017", "WebWorker"]
"lib": ["ES2017", "WebWorker", "WebWorker.ImportScripts", "WebWorker.Iterable"]
}
}

0 comments on commit 7ff31b5

Please sign in to comment.