Skip to content

Commit

Permalink
feat(Reexport tanstack): update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
YudjinSud committed Nov 6, 2024
1 parent b808f82 commit 6b825bb
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,24 @@
"files": [
"build"
],
"exports": {
".": "./build/esm/index.js",
"./tanstack": "./build/esm/tanstack.js",
"./tanstack-virtual": "./build/esm/tanstack-virtual.js"
},
"typesVersions": {
"*": {
"*": [
"./build/esm/*"
],
"./tanstack": [
"./build/esm/tanstack.d.ts"
],
"./tanstack-virtual": [
"./build/esm/tanstack-virtual.d.ts"
]
}
},
"repository": {
"type": "git",
"url": "https://github.com/gravity-ui/table"
Expand Down

0 comments on commit 6b825bb

Please sign in to comment.