Skip to content

Commit

Permalink
fix: add field typesVersions in package.json
Browse files Browse the repository at this point in the history
Fixes #7
  • Loading branch information
advancedtw authored and rexxars committed Feb 13, 2024
1 parent 8c4350a commit efcde97
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@
"dist",
"src"
],
"typesVersions": {
"*": {
"*": [
"./dist/*"
]
}
},
"scripts": {
"prebuild": "npm run clean",
"build": "pkg-utils build && pkg-utils --strict",
Expand Down

0 comments on commit efcde97

Please sign in to comment.