| 
									
										
										
										
											2021-11-15 11:28:39 +01:00
										 |  |  | { | 
					
						
							|  |  |  |   "$schema": "https://json.schemastore.org/tsconfig", | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   "compilerOptions": { | 
					
						
							|  |  |  |     "lib": ["es2021"], | 
					
						
							|  |  |  |     "module": "commonjs", | 
					
						
							|  |  |  |     "target": "es2021", | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     "strict": true, | 
					
						
							|  |  |  |     "esModuleInterop": true, | 
					
						
							| 
									
										
										
										
											2021-11-24 00:00:22 +01:00
										 |  |  |     "allowSyntheticDefaultImports": true, | 
					
						
							| 
									
										
										
										
											2021-11-15 11:28:39 +01:00
										 |  |  |     "skipLibCheck": true, | 
					
						
							|  |  |  |     "forceConsistentCasingInFileNames": true, | 
					
						
							|  |  |  |     "outDir": "dist/" | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   "include": [ | 
					
						
							|  |  |  |     "src/**/*.ts" | 
					
						
							|  |  |  |   ] | 
					
						
							|  |  |  | } |