From ace10dde7838e3cc49f57d337cad5015e67b3470 Mon Sep 17 00:00:00 2001 From: mrjvs Date: Mon, 23 Oct 2023 19:36:31 +0200 Subject: [PATCH] Fix compilation Co-authored-by: Jip Frijlink --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }