File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed
Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 2424 "skipLibCheck" : true ,
2525 "strict" : true ,
2626 "target" : " ESNext" ,
27- "verbatimModuleSyntax" : true
27+ "verbatimModuleSyntax" : true ,
28+ "types" : [" react-native" , " jest" , " node" ]
2829 }
2930}
Original file line number Diff line number Diff line change 1111 " src/*.tsx" ,
1212 " example/package.json" ,
1313 " example/android" ,
14+ " expoExample/package.json" ,
15+ " expoExample/android" ,
1416 " !example/android/.gradle" ,
1517 " !example/android/build" ,
16- " !example/android/app/build"
18+ " !example/android/app/build" ,
19+ " !expoExample/android/.gradle" ,
20+ " !expoExample/android/build" ,
21+ " !expoExample/android/app/build"
1722 ],
1823 "outputs" : []
1924 },
2732 " src/*.tsx" ,
2833 " example/package.json" ,
2934 " example/ios" ,
35+ " expoExample/package.json" ,
36+ " expoExample/ios" ,
3037 " !example/ios/build" ,
31- " !example/ios/Pods"
38+ " !example/ios/Pods" ,
39+ " !expoExample/ios/build" ,
40+ " !expoExample/ios/Pods"
3241 ],
3342 "outputs" : []
3443 }
You can’t perform that action at this time.
0 commit comments