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

This commit is contained in:
roymondchen 2024-11-13 16:51:19 +08:00
parent d2659a67d0
commit 664636a538

View File

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