1
0
mirror of synced 2025-12-11 12:17:56 +08:00

build: package.json 中files增加src,移除sideEffects

This commit is contained in:
roymondchen
2024-06-17 16:24:06 +08:00
parent 80e42cc997
commit e4a06bd12d
16 changed files with 55 additions and 63 deletions

View File

@@ -18,7 +18,8 @@
},
"files": [
"dist",
"types"
"types",
"src"
],
"license": "Apache-2.0",
"scripts": {