Skip to content

Commit 028422c

Browse files
committed
added "*.wasm" and "@automerge/automerge" modles to globals.d.ts
1 parent f89c71d commit 028422c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

types/globals.d.ts

+9
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,12 @@ declare module "*.jpeg" {
1919
const content: StaticImageData;
2020
export default content;
2121
}
22+
23+
declare module "*.wasm" {
24+
const content: any;
25+
export default content;
26+
}
27+
28+
declare module "@automerge/automerge" {
29+
export * from "@automerge/automerge";
30+
}

0 commit comments

Comments
 (0)