From 0b0cc70d0b488263090e3e35ee88621eab70a79d Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Mon, 26 Sep 2022 12:49:58 +0800 Subject: [PATCH] chore: fix typecheck --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 32d5981..8e86e29 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -20,7 +20,8 @@ "vue/ref-macros", "vite-plugin-pages/client", "vite-plugin-vue-component-preview/client", - "vite-plugin-vue-layouts/client" + "vite-plugin-vue-layouts/client", + "vite-plugin-pwa/client", ], "paths": { "~/*": ["src/*"]