浏览代码

chore: remove tsconfig.json from npm ignore

Kyle Fang 6 年前
父节点
当前提交
aaf5339a6b
共有 2 个文件被更改,包括 0 次插入4 次删除
  1. 0
    1
      .npmignore
  2. 0
    3
      package.json

+ 0
- 1
.npmignore 查看文件

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

+ 0
- 3
package.json 查看文件

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