mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-10-24 00:23:36 +00:00
6 lines
240 B
TypeScript
6 lines
240 B
TypeScript
// TODO: TypeScript - Remove this when the typescript migration
|
|
// is done. Ideally we would do declare module only for our modules
|
|
// that are not yet converted but relative path module declaration
|
|
// are not supported
|
|
declare module '*';
|