Add 'src/@types' to typeRoots
This commit is contained in:
		
							parent
							
								
									dc820ffba6
								
							
						
					
					
						commit
						3c4682782c
					
				
					 1 changed files with 5 additions and 1 deletions
				
			
		|  | @ -16,7 +16,11 @@ | ||||||
|     "strict": true, |     "strict": true, | ||||||
|     "strictNullChecks": false, |     "strictNullChecks": false, | ||||||
|     "experimentalDecorators": true, |     "experimentalDecorators": true, | ||||||
|     "resolveJsonModule": true |     "resolveJsonModule": true, | ||||||
|  |     "typeRoots": [ | ||||||
|  |       "node_modules/@types", | ||||||
|  |       "src/@types" | ||||||
|  |     ] | ||||||
|   }, |   }, | ||||||
|   "compileOnSave": false, |   "compileOnSave": false, | ||||||
|   "include": [ |   "include": [ | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue