chore: update package files field

This commit is contained in:
pengzhanbo 2023-12-23 12:20:41 +08:00
parent 21059df58b
commit 0eb2e9f129
2 changed files with 6 additions and 0 deletions

View File

@ -20,6 +20,9 @@
},
"main": "lib/node/index.js",
"types": "./lib/node/index.d.ts",
"files": [
"lib"
],
"scripts": {
"build": "pnpm run clean && pnpm run copy && pnpm run ts",
"clean": "rimraf lib *.tsbuildinfo",

View File

@ -19,6 +19,9 @@
},
"main": "lib/node/index.js",
"types": "./lib/node/index.d.ts",
"files": [
"lib"
],
"scripts": {
"build": "pnpm run clean && pnpm run copy && pnpm run ts",
"clean": "rimraf lib *.tsbuildinfo",