Skip to content

Commit e48edb0

Browse files
authored
Add type path. (#476)
加上类型路径,不然有些编辑器提供不了类型提示
1 parent 4d5eba5 commit e48edb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
],
2121
"main": "./lib/index",
2222
"module": "./es/index",
23+
"types": "./lib/index.d.ts",
2324
"homepage": "http://github.com/react-component/table",
2425
"maintainers": [
2526

0 commit comments

Comments
 (0)