소스 검색

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