From 2e8a0ce59c6d5e5fac5d24ce487a1104b999a88e Mon Sep 17 00:00:00 2001 From: Jannchie Date: Mon, 11 Sep 2023 14:55:29 +0900 Subject: [PATCH] fix: resolve type from ui kit --- packages/client/tsconfig.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/client/tsconfig.json b/packages/client/tsconfig.json index d192e510..b844f3ab 100644 --- a/packages/client/tsconfig.json +++ b/packages/client/tsconfig.json @@ -17,7 +17,10 @@ "vite-plugin-vue-devtools/client" ], "paths": { - "~/*": ["./*"] + "~/*": ["./*"], + "@vite-plugin-vue-devtools/ui-kit/components/*": [ + "./node_modules/@vite-plugin-vue-devtools/ui-kit/dist/components/*" + ] } }, "exclude": ["node_modules", "dist"]