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/*"]