chore: specify which files to include in published packages
This commit is contained in:
parent
85decd792a
commit
3e0ff07a64
4 changed files with 16 additions and 0 deletions
|
|
@ -14,6 +14,9 @@
|
|||
"types": "./dist/index.d.ts"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsc --pretty",
|
||||
"build:watch": "tsc --pretty --watch"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue