web: Add explicit extensions to imports.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2024-11-11 18:59:37 -08:00
committed by Tim Abbott
parent 4e8d028c49
commit ec3177c834
507 changed files with 3767 additions and 3766 deletions

View File

@@ -1,8 +1,8 @@
import * as blueslip from "./blueslip";
import type {Option} from "./dropdown_widget";
import {$t} from "./i18n";
import type {StateData} from "./state_data";
import * as util from "./util";
import * as blueslip from "./blueslip.ts";
import type {Option} from "./dropdown_widget.ts";
import {$t} from "./i18n.ts";
import type {StateData} from "./state_data.ts";
import * as util from "./util.ts";
export type SavedSnippet = {
id: number;