ci: add webworker to tsconfig lib

This commit is contained in:
Derrick Hammer 2023-07-21 13:19:06 -04:00
parent c28ff21ed8
commit 6c15b862cd
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,12 @@
{
"preset": [
"@lumeweb/node-library-preset"
]
}
],
"config": {
"tsconfig": {
"compilerOptions": {
"lib": ["webworker"]
}
}
}
}