diff --git a/deno.json b/deno.json index 3c0c54e..a84677a 100644 --- a/deno.json +++ b/deno.json @@ -7,6 +7,9 @@ "dom.asynciterable", "deno.ns", "deno.unstable" + ], + "types": [ + "./lib.d.ts" ] }, "imports": { diff --git a/index.html b/index.html index e9b9b9b..3ee4bcc 100644 --- a/index.html +++ b/index.html @@ -3,27 +3,8 @@