fix(docs): improve component typings (#6524)

This commit is contained in:
三咲智子 2022-03-10 22:34:59 +08:00 committed by GitHub
parent 254eacd7da
commit 7653551c48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,8 @@
"skipLibCheck": true,
"paths": {
"element-plus": ["../packages/element-plus"]
}
},
"types": ["../typings/components"]
},
"include": ["**/*", ".vitepress/**/*"],
"exclude": ["node_modules"]