| 
									
										
										
										
											2021-02-19 16:07:53 +01:00
										 |  |  | { | 
					
						
							|  |  |  |   "compilerOptions": { | 
					
						
							| 
									
										
										
										
											2021-02-19 16:14:13 +01:00
										 |  |  |     "allowJs": false, | 
					
						
							| 
									
										
										
										
											2021-02-19 16:07:53 +01:00
										 |  |  |     "allowUnreachableCode": false, | 
					
						
							|  |  |  |     "allowUnusedLabels": false, | 
					
						
							|  |  |  |     "esModuleInterop": true, | 
					
						
							|  |  |  |     "forceConsistentCasingInFileNames": true, | 
					
						
							| 
									
										
										
										
											2021-04-08 12:30:22 +02:00
										 |  |  |     "jsx": "react-native", | 
					
						
							| 
									
										
										
										
											2021-02-19 16:07:53 +01:00
										 |  |  |     "lib": ["esnext"], | 
					
						
							|  |  |  |     "module": "esnext", | 
					
						
							|  |  |  |     "moduleResolution": "node", | 
					
						
							|  |  |  |     "noFallthroughCasesInSwitch": true, | 
					
						
							|  |  |  |     "noImplicitReturns": true, | 
					
						
							|  |  |  |     "noStrictGenericChecks": false, | 
					
						
							|  |  |  |     "noUnusedLocals": true, | 
					
						
							|  |  |  |     "noUnusedParameters": true, | 
					
						
							| 
									
										
										
										
											2021-02-20 16:59:21 +01:00
										 |  |  |     "noUncheckedIndexedAccess": true, | 
					
						
							| 
									
										
										
										
											2021-02-19 16:07:53 +01:00
										 |  |  |     "resolveJsonModule": true, | 
					
						
							|  |  |  |     "skipLibCheck": true, | 
					
						
							|  |  |  |     "strict": true, | 
					
						
							| 
									
										
										
										
											2021-02-19 21:18:31 +01:00
										 |  |  |     "target": "esnext", | 
					
						
							|  |  |  |     "outDir": "lib" | 
					
						
							| 
									
										
										
										
											2021-02-19 16:14:13 +01:00
										 |  |  |   }, | 
					
						
							| 
									
										
										
										
											2021-02-20 17:09:57 +01:00
										 |  |  |   "include": [ | 
					
						
							|  |  |  |     "src", | 
					
						
							|  |  |  |     ".eslintrc.js", | 
					
						
							|  |  |  |     "babel.config.js", | 
					
						
							|  |  |  |   ], | 
					
						
							| 
									
										
										
										
											2021-02-19 16:14:13 +01:00
										 |  |  |   "exclude": [ | 
					
						
							|  |  |  |     "node_modules", | 
					
						
							| 
									
										
										
										
											2021-03-03 12:37:43 +01:00
										 |  |  |     "lib", | 
					
						
							| 
									
										
										
										
											2021-08-16 10:45:41 +02:00
										 |  |  |     "docs", | 
					
						
							|  |  |  |     "example" | 
					
						
							| 
									
										
										
										
											2021-02-19 16:14:13 +01:00
										 |  |  |   ] | 
					
						
							| 
									
										
										
										
											2021-02-19 16:07:53 +01:00
										 |  |  | } |