ソースを参照

chore: remove tsconfig.json from npm ignore

Kyle Fang 5 年 前
コミット
aaf5339a6b
共有2 個のファイルを変更した0 個の追加4 個の削除を含む
  1. 0
    1
      .npmignore
  2. 0
    3
      package.json

+ 0
- 1
.npmignore ファイルの表示

@@ -3,7 +3,6 @@
3 3
 *.md
4 4
 *.MD
5 5
 .DS_Store
6
-tsconfig.json
7 6
 samples
8 7
 __tests__
9 8
 docs

+ 0
- 3
package.json ファイルの表示

@@ -51,9 +51,6 @@
51 51
     "typedoc": "^0.14.2",
52 52
     "typescript": "^3.2.4"
53 53
   },
54
-  "types": [
55
-    "./types.d.ts"
56
-  ],
57 54
   "jest": {
58 55
     "preset": "react-native",
59 56
     "moduleFileExtensions": [