#ElemenPlus #Volar https://element-plus.org/en-US/guide/quickstart.html#full-import `tsconfig.json`に追加。 ```json { "compilerOptions": { // ... "types": ["element-plus/global"] } } ```