diff --git a/src/typings/package.d.ts b/src/typings/package.d.ts index e60a0242a..e6bc1183d 100644 --- a/src/typings/package.d.ts +++ b/src/typings/package.d.ts @@ -1,3 +1,4 @@ +/// /// /// diff --git a/tsconfig.json b/tsconfig.json index cd222d9cd..0314eecba 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,7 +17,7 @@ "~/*": ["./*"], "@/*": ["./src/*"] }, - "types": ["node", "vite/client", "naive-ui/volar"] + "types": ["node", "naive-ui/volar"] }, "exclude": ["node_modules", "dist"] }