Skip to content

Commit

Permalink
fix: use WebWorker lib in tsconfig (#1219)
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki authored Mar 23, 2023
1 parent 17f7230 commit b173aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/tsconfig.aegir.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"checkJs": true,
"target": "ES2020",
"module": "ES2020",
"lib": ["ES2021", "ES2021.Promise", "ES2021.String", "ES2020.BigInt", "DOM", "DOM.Iterable"],
"lib": ["ES2021", "ES2021.Promise", "ES2021.String", "ES2020.BigInt", "DOM", "DOM.Iterable", "WebWorker"],
"noEmit": false,
"noEmitOnError": true,
"emitDeclarationOnly": false,
Expand Down

0 comments on commit b173aba

Please sign in to comment.