| 
									
										
										
										
											2019-12-03 10:28:59 -05:00
										 |  |  | { | 
					
						
							|  |  |  |   "compilerOptions": { | 
					
						
							|  |  |  |     "target": "es6", | 
					
						
							|  |  |  |     "module": "commonjs", | 
					
						
							|  |  |  |     "lib": [ | 
					
						
							|  |  |  |       "es6" | 
					
						
							|  |  |  |     ], | 
					
						
							|  |  |  |     "outDir": "./lib", | 
					
						
							|  |  |  |     "rootDir": "./src", | 
					
						
							|  |  |  |     "declaration": true, | 
					
						
							|  |  |  |     "strict": true, | 
					
						
							|  |  |  |     "noImplicitAny": false, | 
					
						
							| 
									
										
										
										
											2021-10-19 09:52:57 -05:00
										 |  |  |     "esModuleInterop": true, | 
					
						
							|  |  |  |     "skipLibCheck": true | 
					
						
							| 
									
										
										
										
											2019-12-03 10:28:59 -05:00
										 |  |  |   }, | 
					
						
							|  |  |  |   "exclude": ["__test__", "lib", "node_modules"] | 
					
						
							|  |  |  | } |