Remove our copy of image.d.ts as tsconfig already uses upstream's
This commit is contained in:
		
							
								
								
									
										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;
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user