Browse Source

chore: remove tsconfig.json from npm ignore

Kyle Fang 5 years ago
parent
commit
aaf5339a6b
2 changed files with 0 additions and 4 deletions
  1. 0
    1
      .npmignore
  2. 0
    3
      package.json

+ 0
- 1
.npmignore View File

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 View File

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": [