diff --git a/tsconfig.json b/tsconfig.json index e1004c43..54cc7b88 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,7 +19,7 @@ "paths": { "@/*": ["./*"] }, - "types": ["vite/client", "vite-plugin-pwa/client"] + "types": ["vite/client", "vite-plugin-pwa/vanillajs"] }, "include": ["src"] }