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

local
Claire 1 year ago
parent 96e99e2170
commit f371464639
  1. 35
      app/javascript/flavours/glitch/types/image.d.ts

@ -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