mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
fix: types in exports (#13443)
This commit is contained in:
parent
6256bde3a0
commit
75ab3af851
@ -27,7 +27,10 @@
|
||||
"./es": "./es/index.mjs",
|
||||
"./lib": "./lib/index.js",
|
||||
"./es/*.mjs": "./es/*.mjs",
|
||||
"./es/*": "./es/*.mjs",
|
||||
"./es/*": {
|
||||
"types": "./es/*/index.d.ts",
|
||||
"import": "./es/*.mjs"
|
||||
},
|
||||
"./lib/*.js": "./lib/*.js",
|
||||
"./lib/*": "./lib/*.js",
|
||||
"./*": "./*"
|
||||
|
Loading…
Reference in New Issue
Block a user