diff --git a/deno.json b/deno.json index a182dea..47f1857 100644 --- a/deno.json +++ b/deno.json @@ -14,6 +14,7 @@ }, "compilerOptions": { "jsx": "react-jsx", - "jsxImportSource": "preact" + "jsxImportSource": "preact", + "lib": ["es2022", "dom", "dom.iterable", "deno.window"] } }