Skip to content

Commit e9fb351

Browse files
authored
feat: add .d.ts for @tarojs/extend (based on @types/zepto) (#17796)
* feat: add zepto types * feat: 新增types文件夹 --------- Co-authored-by: heyongqi10 <heyongqi10@jd.com>
1 parent 5684874 commit e9fb351

File tree

2 files changed

+1668
-1
lines changed

2 files changed

+1668
-1
lines changed

packages/taro-extend/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@
55
"author": "O2Team",
66
"license": "MIT",
77
"main": "src/index.js",
8+
"types": "types/index.d.ts",
89
"files": [
9-
"src"
10+
"src",
11+
"types"
1012
],
1113
"repository": {
1214
"type": "git",

0 commit comments

Comments
 (0)