chore: add types path to ui-plugin-bunlder-kit package.json (#6169)

pull/6185/head
Ryan Wang 2024-06-27 18:13:57 +08:00 committed by GitHub
parent 0cdd043d1f
commit fc35e69766
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
}
},
"main": "./dist/index.cjs",