ci: add webworker to tsconfig lib
This commit is contained in:
parent
c28ff21ed8
commit
6c15b862cd
|
@ -1,5 +1,12 @@
|
||||||
{
|
{
|
||||||
"preset": [
|
"preset": [
|
||||||
"@lumeweb/node-library-preset"
|
"@lumeweb/node-library-preset"
|
||||||
]
|
],
|
||||||
}
|
"config": {
|
||||||
|
"tsconfig": {
|
||||||
|
"compilerOptions": {
|
||||||
|
"lib": ["webworker"]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue