소스 검색

types: add element-plus/global to tsconfig

xiaoxian521 3 년 전
부모
커밋
77b7abcbc3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tsconfig.json

+ 1 - 1
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": [