mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 21:19:13 +00:00

* Move `web` tsconfig to let TS language server work * Assign typing to images This removes type errors on imported images.
4 lines
73 B
TypeScript
4 lines
73 B
TypeScript
declare module "*.png" {
|
|
const content: string
|
|
export = content
|
|
} |