chore(ui): 去掉package.json中export字段

This commit is contained in:
roymondchen 2024-11-13 16:51:19 +08:00 committed by roymondchen
parent eb614c47b0
commit f33f965354

View File

@ -4,9 +4,6 @@
"type": "module",
"main": "dist/tmagic-ui.js",
"types": "types/index.d.ts",
"exports": {
"./*": "./*"
},
"files": [
"src",
"dist",