Skip to content

Commit 0ec57ec

Browse files
committed
fix: tanstack column meta type
1 parent 8404d40 commit 0ec57ec

3 files changed

Lines changed: 2 additions & 1 deletion

File tree

packages/react/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
export * from './auth'
22
export * from './core'
33
export * from './react'
4+
export * from './types/tanstack'

packages/react/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"types": ["node"],
99
"noEmit": true
1010
},
11-
"include": ["src", "v2", "types/tanstack.d.ts"],
11+
"include": ["src", "v2"],
1212
"exclude": ["dist", "node_modules"]
1313
}

0 commit comments

Comments
 (0)