Make typescript more strict
This commit is contained in:
		
							parent
							
								
									576d2dc69a
								
							
						
					
					
						commit
						82fa543e43
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -1,6 +1,7 @@
 | 
			
		|||
{
 | 
			
		||||
  "compilerOptions": {
 | 
			
		||||
    "strictNullChecks": true,
 | 
			
		||||
    "strictPropertyInitialization": true,
 | 
			
		||||
    "esModuleInterop": true,
 | 
			
		||||
    "jsx": "react"
 | 
			
		||||
  }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue