tsconfig.json noImplicitAny: true
This commit is contained in:
		
							parent
							
								
									8d81bd0dc0
								
							
						
					
					
						commit
						a34cc47a11
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -2,7 +2,7 @@
 | 
				
			||||||
  "compilerOptions": {
 | 
					  "compilerOptions": {
 | 
				
			||||||
    "allowJs": true,
 | 
					    "allowJs": true,
 | 
				
			||||||
    "noEmitOnError": false,
 | 
					    "noEmitOnError": false,
 | 
				
			||||||
    "noImplicitAny": false,
 | 
					    "noImplicitAny": true,
 | 
				
			||||||
    "noImplicitReturns": true,
 | 
					    "noImplicitReturns": true,
 | 
				
			||||||
    "noUnusedParameters": false,
 | 
					    "noUnusedParameters": false,
 | 
				
			||||||
    "noUnusedLocals": true,
 | 
					    "noUnusedLocals": true,
 | 
				
			||||||
| 
						 | 
					@ -14,7 +14,7 @@
 | 
				
			||||||
    "removeComments": false,
 | 
					    "removeComments": false,
 | 
				
			||||||
    "noLib": false,
 | 
					    "noLib": false,
 | 
				
			||||||
    "strict": true,
 | 
					    "strict": true,
 | 
				
			||||||
    "strictNullChecks": false
 | 
							"strictNullChecks": false
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "compileOnSave": false,
 | 
					  "compileOnSave": false,
 | 
				
			||||||
  "include": [
 | 
					  "include": [
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue