Skip to content

Commit

Permalink
fix: update exported types from package.json (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
YudjinSud authored Nov 6, 2024
1 parent 5799700 commit 9415601
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,36 @@
"files": [
"build"
],
"exports": {
".": {
"types": "./build/esm/index.d.ts",
"require": "./build/cjs/index.js",
"import": "./build/esm/index.js"
},
"./tanstack": {
"types": "./build/esm/tanstack.d.ts",
"require": "./build/cjs/tanstack.js",
"import": "./build/esm/tanstack.js"
},
"./tanstack-virtual": {
"types": "./build/esm/tanstack-virtual.d.ts",
"require": "./build/cjs/tanstack-virtual.js",
"import": "./build/esm/tanstack-virtual.js"
}
},
"typesVersions": {
"*": {
"index.d.ts": [
"./build/esm/index.d.ts"
],
"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 9415601

Please sign in to comment.