mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-19 23:40:07 +00:00
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": {
|
"compilerOptions": {
|
||||||
"lib": ["ESNext", "WebWorker"],
|
"lib": ["ESNext", "WebWorker", "DOM.Iterable"],
|
||||||
"types": ["vite/client", "service-worker"]
|
"types": ["vite/client"]
|
||||||
},
|
},
|
||||||
"include": ["./"],
|
"include": ["./"],
|
||||||
|
"exclude": [],
|
||||||
"extends": "../tsconfig.json"
|
"extends": "../tsconfig.json"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue