From cde46b4cb8376c0545e5365597b47a9b290c2bf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=9D=E5=85=88=E7=91=9E?= <1490493387@qq.com> Date: Sat, 1 Jan 2022 16:03:25 +0800 Subject: [PATCH] =?UTF-8?q?feat(tsconfig.json):=20=E5=BC=95=E5=85=A5ts?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=BF=BD=E7=95=A5=E5=90=8E=E7=BC=80=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 8899af3..2b92a7f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,9 +15,9 @@ "baseUrl": "./", "paths": { "@": ["src"], - "@*": ["src/*"] + "@*": ["src/*"], }, - + "extends": "./tsconfig.extends.json", "skipLibCheck": true // element-plus 生产打包报错,通过此配置修改 TS 不对第三方依赖类型检查 }, "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"]