From 19942625d58e673126db5249488555de71d18457 Mon Sep 17 00:00:00 2001 From: Soybean Date: Wed, 3 Aug 2022 23:19:25 +0800 Subject: [PATCH] =?UTF-8?q?fix(projects):=20=E4=BF=AE=E5=A4=8Dimport.meta.?= =?UTF-8?q?env=E7=9A=84TS=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/typings/package.d.ts | 1 + tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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"] }