소스 검색

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