From 9e5676e5edc0e8995daa64b4d2f2dfc9044bda89 Mon Sep 17 00:00:00 2001 From: tnt group Date: Fri, 23 Jun 2023 11:54:52 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=B8=BA=20naive-ui=20=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E6=8F=90=E4=BE=9B=E6=84=9F=E7=9F=A5=E8=83=BD=E5=8A=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 07a4c65b..1c7ef341 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,7 +11,7 @@ "esModuleInterop": true, "skipLibCheck": true, "lib": ["es6", "ESNext", "dom"], - "types": ["vite/client"], + "types": ["vite/client", "naive-ui/volar"], "paths": { "@/*": ["src/*"], "/#/*": ["types/*"]