Remove our copy of image.d.ts as tsconfig already uses upstream's
This commit is contained in:
		
							parent
							
								
									e63a08bafd
								
							
						
					
					
						commit
						abb99eca95
					
				
					 1 changed files with 0 additions and 35 deletions
				
			
		
							
								
								
									
										35
									
								
								app/javascript/flavours/glitch/types/image.d.ts
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										35
									
								
								app/javascript/flavours/glitch/types/image.d.ts
									
									
									
									
										vendored
									
									
								
							|  | @ -1,35 +0,0 @@ | |||
| /* eslint-disable import/no-default-export */ | ||||
| declare module '*.avif' { | ||||
|   const path: string; | ||||
|   export default path; | ||||
| } | ||||
| 
 | ||||
| declare module '*.gif' { | ||||
|   const path: string; | ||||
|   export default path; | ||||
| } | ||||
| 
 | ||||
| declare module '*.jpg' { | ||||
|   const path: string; | ||||
|   export default path; | ||||
| } | ||||
| 
 | ||||
| declare module '*.jpg' { | ||||
|   const path: string; | ||||
|   export default path; | ||||
| } | ||||
| 
 | ||||
| declare module '*.png' { | ||||
|   const path: string; | ||||
|   export default path; | ||||
| } | ||||
| 
 | ||||
| declare module '*.svg' { | ||||
|   const path: string; | ||||
|   export default path; | ||||
| } | ||||
| 
 | ||||
| declare module '*.webp' { | ||||
|   const path: string; | ||||
|   export default path; | ||||
| } | ||||
		Loading…
	
		Reference in a new issue