forked from Mirrors/elk
fix: tsconfig in service worker
This commit is contained in:
parent
171f0ec857
commit
d4ce90a7e8
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"lib": ["ESNext", "WebWorker"],
|
||||
"types": ["vite/client", "service-worker"]
|
||||
"lib": ["ESNext", "WebWorker", "DOM.Iterable"],
|
||||
"types": ["vite/client"]
|
||||
},
|
||||
"include": ["./"],
|
||||
"exclude": [],
|
||||
"extends": "../tsconfig.json"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue