Skip to content

Commit

Permalink
fix: tsconfig in service worker
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Jul 2, 2023
1 parent 171f0ec commit d4ce90a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions service-worker/tsconfig.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit d4ce90a

Please sign in to comment.