Kaynağa Gözat

add ts setting to package.json

iou90 5 yıl önce
ebeveyn
işleme
875424de5e
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2
    0
      package.json

+ 2
- 0
package.json Dosyayı Görüntüle

3
   "version": "1.1.5",
3
   "version": "1.1.5",
4
   "description": "An auto height webview for React Native, even auto width for inline html",
4
   "description": "An auto height webview for React Native, even auto width for inline html",
5
   "main": "autoHeightWebView",
5
   "main": "autoHeightWebView",
6
+  "types": "index.d.ts",
6
   "files": [
7
   "files": [
7
     "index.js",
8
     "index.js",
9
+    "index.d.ts",
8
     "autoHeightWebView"
10
     "autoHeightWebView"
9
   ],
11
   ],
10
   "scripts": {
12
   "scripts": {