diff --git a/service-worker/tsconfig.json b/service-worker/tsconfig.json index 78e5707a..8f10d1b3 100644 --- a/service-worker/tsconfig.json +++ b/service-worker/tsconfig.json @@ -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" }