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