mirror of https://github.com/halo-dev/halo
chore: add types path to ui-plugin-bunlder-kit package.json (#6169)
parent
0cdd043d1f
commit
fc35e69766
|
@ -15,7 +15,8 @@
|
||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
"import": "./dist/index.mjs",
|
"import": "./dist/index.mjs",
|
||||||
"require": "./dist/index.cjs"
|
"require": "./dist/index.cjs",
|
||||||
|
"types": "./dist/index.d.ts"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"main": "./dist/index.cjs",
|
"main": "./dist/index.cjs",
|
||||||
|
|
Loading…
Reference in New Issue