From 06327c226ee46221b79dab2cfadaaf507d7eb8f7 Mon Sep 17 00:00:00 2001 From: zhaojinfeng <121016171@qq.com> Date: Mon, 21 Aug 2023 19:32:23 +0800 Subject: [PATCH] feat: element-plus/global --- tsconfig.app.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.app.json b/tsconfig.app.json index d32fea7..e73ec1f 100644 --- a/tsconfig.app.json +++ b/tsconfig.app.json @@ -20,6 +20,7 @@ "./packages/*" ] }, - "noImplicitAny": false + "noImplicitAny": false, + "types": ["element-plus/global"] } } \ No newline at end of file