Remove our copy of image.d.ts as tsconfig already uses upstream's

th-downstream
Claire 2 years ago
parent e63a08bafd
commit abb99eca95

@ -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…
Cancel
Save