From 77b7abcbc3a0b45a511e9bf2ced1131a4557219e Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Sun, 3 Oct 2021 08:46:29 +0800 Subject: [PATCH] types: add element-plus/global to tsconfig --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 2cd16858c..49076b60f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -24,7 +24,7 @@ "@build/*": ["build/*"], "/#/*": ["types/*"] }, - "types": ["node", "vite/client"], + "types": ["node", "vite/client", "element-plus/global"], "typeRoots": ["./node_modules/@types/", "./types"] }, "include": [