feat: use files limit package file

This commit is contained in:
2023-10-19 17:24:52 +08:00
parent 54bea62735
commit 5bf4b1c09e
19 changed files with 59 additions and 1 deletions

View File

@@ -13,6 +13,9 @@
"license": "ISC",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"clean": "rimraf dist",
"watch": "tsc --watch",