From 9e7b9155f33adf8612fd0bb94a8c3483553ede10 Mon Sep 17 00:00:00 2001 From: thehrz Date: Sat, 24 Jun 2023 16:58:26 +0800 Subject: [PATCH] Update deps --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 9ebabf6..f76bf3b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -24,7 +24,7 @@ "vite-plugin-pwa/client", "unplugin-vue-macros/macros-global", // "vite-plugin-vue-layouts/client.d.ts" - "vite-plugin-vue-meta-layouts/client" + "vite-plugin-vue-meta-layouts/client.d.ts" ], "paths": { "~/*": ["src/*"]