diff --git a/init/src/init.ts b/init/src/init.ts index f1d983c08e5..00219969397 100644 --- a/init/src/init.ts +++ b/init/src/init.ts @@ -574,7 +574,7 @@ if (Deno.args.includes("build")) { "@preact/signals": `npm:@preact/signals@^${PREACT_SIGNALS_VERSION}`, } as Record, compilerOptions: { - lib: ["dom", "dom.asynciterable", "deno.ns"], + lib: ["dom", "dom.asynciterable", "dom.iterable", "deno.ns"], jsx: "precompile", jsxImportSource: "preact", jsxPrecompileSkipElements: [