File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 99
1010# IDE
1111.idea
12+
13+ tsconfig.tsbuildinfo
Original file line number Diff line number Diff line change @@ -532,7 +532,7 @@ EXTERNAL SOURCES:
532532 :path: "../node_modules/react-native/ReactCommon/yoga"
533533
534534SPEC CHECKSUMS:
535- boost: 7dcd2de282d72e344012f7d6564d024930a6a440
535+ boost: 57d2868c099736d80fcd648bf211b4431e51a558
536536 DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
537537 FBLazyVector: a31ac2336aea59512b5b982f8e231f65d7d148e1
538538 FBReactNativeSpec: 0976da6bc1ebd3ea9b3a65d04be2c0117d304c4c
@@ -578,4 +578,4 @@ SPEC CHECKSUMS:
578578
579579PODFILE CHECKSUM: a12b35c724cb1bdee90e7aa425ae51bb9b251d22
580580
581- COCOAPODS: 1.14.3
581+ COCOAPODS: 1.15.2
Original file line number Diff line number Diff line change 33 "composite" : true ,
44 "outDir" : " ./dist" ,
55 "baseUrl" : " ./src" ,
6- "rootDir" : " ./src"
6+ "rootDir" : " ./src" ,
7+ "noEmit" : false
78 },
89 "extends" : " ./shared/tsconfig.base.json" ,
910 "include" : [" ./src/**/*.ts" , " ./src/**/*.tsx" ],
You can’t perform that action at this time.
0 commit comments