Skip to content

Commit

Permalink
feat: typings
Browse files Browse the repository at this point in the history
  • Loading branch information
ogonkov committed Oct 10, 2024
1 parent 4ee17f5 commit 4b41eac
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 @@
"./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 4b41eac

Please sign in to comment.