Skip to content

Commit

Permalink
Merge pull request #23 from ogonkov/fix/runtime_types
Browse files Browse the repository at this point in the history
fix: export types
  • Loading branch information
ogonkov authored Oct 10, 2024
2 parents 5fce77f + 1857cf5 commit c6eead2
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 @@ -24,6 +24,19 @@
"./react": "./build/react/index.js",
"./hooks": "./build/react/index.js"
},
"typesVersions": {
"*": {
"index.d.ts": [
"./build/plugin/index.d.ts"
],
"plugin": [
"./build/plugin/index.d.ts"
],
"runtime": [
"./build/runtime/index.d.ts"
]
}
},
"scripts": {
"build": "run-p build:*",
"build:js": "./esbuild/build.js",
Expand Down

0 comments on commit c6eead2

Please sign in to comment.