From f5f295b0286609de8f06ae79ef911389eb4ae687 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=9D=E5=85=88=E7=91=9E?= <1490493387@qq.com> Date: Sun, 20 Feb 2022 00:15:11 +0800 Subject: [PATCH] =?UTF-8?q?refactor(tsconfig.json):=20@=E6=9B=BF=E6=8D=A2s?= =?UTF-8?q?rc=E8=B0=83=E6=95=B4?= 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 aee776d..c42f1ed 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,7 +13,7 @@ "baseUrl": "./", "paths": { - "@*": ["src/*"] + "@/*": ["src/*"] }, "extends": "./tsconfig.extends.json", "skipLibCheck": true, // element-plus 生产打包报错,通过此配置修改 TS 不对第三方依赖类型检查