mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
da6d2dc84b
* feat(components): [message] support re-render vnode * docs: improve api reference * test: add message vnode render function
14 lines
330 B
JSON
14 lines
330 B
JSON
{
|
|
"extends": "@vue/tsconfig/tsconfig.web.json",
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"lib": ["ESNext", "DOM"],
|
|
"types": ["node", "vite/client", "../typings/components"],
|
|
"paths": {
|
|
"element-plus": ["../packages/element-plus"]
|
|
},
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": ["**/*"]
|
|
}
|