From a920bc3d59f8269214545c2376830e9be286298e Mon Sep 17 00:00:00 2001 From: thehrz Date: Thu, 6 Jul 2023 21:05:28 +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 81e9932..f76bf3b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -27,7 +27,7 @@ "vite-plugin-vue-meta-layouts/client.d.ts" ], "paths": { - "~/*": ["src/*"], + "~/*": ["src/*"] } }, "vueCompilerOptions": {