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, | ||||
|     "strictNullChecks": false, | ||||
|     "experimentalDecorators": true, | ||||
|     "resolveJsonModule": true | ||||
|     "resolveJsonModule": true, | ||||
|     "typeRoots": [ | ||||
|       "node_modules/@types", | ||||
|       "src/@types" | ||||
|     ] | ||||
|   }, | ||||
|   "compileOnSave": false, | ||||
|   "include": [ | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue