diff --git a/emoji.ts b/emoji.ts index e203db3..80b0b01 100644 --- a/emoji.ts +++ b/emoji.ts @@ -1,5 +1,5 @@ import type { Emoji } from "./types.ts"; -import emojis from "./all.json" with { type: "json" }; +import emojis from "./all.json" assert { type: "json" }; import { reUnicode } from "./unicode.ts"; export type { Emoji };