Skip to content

Commit

Permalink
fix(package): add missing typesVersions
Browse files Browse the repository at this point in the history
  • Loading branch information
d3m1d0v committed Oct 24, 2024
1 parent 67f7dd5 commit 35d6551
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,19 @@
"default": "./build/react/index.js"
}
},
"typesVersions": {
"*": {
"index.d.ts": [
"./build/plugin/index.d.ts"
],
"runtime": [
"./build/runtime/index.d.ts"
],
"react": [
"./build/react/index.d.ts"
]
}
},
"scripts": {
"build": "run-p build:*",
"build:js": "./esbuild/build.mjs",
Expand Down

0 comments on commit 35d6551

Please sign in to comment.