From 3763b36e62f369fb975780205b79b580aa85869a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Fri, 6 Mar 2026 08:29:30 +0800 Subject: [PATCH] Remove webpack-env type reference from tsconfig.json Co-Authored-By: Claude Opus 4.6 --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index cfd3218..db7b539 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,7 +14,7 @@ "@/*": ["src/*"] }, "lib": ["esnext", "dom"], - "types": ["node", "webpack-env", "vue"] + "types": ["node", "vue"] }, "include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue", "src/**/*.json", "src/types/**/*.d.ts"] }