From 707dd063eece683fef11b7126c0ddc341d5e89f7 Mon Sep 17 00:00:00 2001 From: thehrz Date: Sun, 13 Aug 2023 12:13:09 +0800 Subject: [PATCH] chore: lint tsconfig.json --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index cf87979..fb64420 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,7 +21,7 @@ "vite-plugin-vue-component-preview/client", "vite-plugin-vue-layouts/client", "vite-plugin-pages/client", - "unplugin-vue-macros/macros-global", + "unplugin-vue-macros/macros-global" ], "paths": { "~/*": ["src/*"]