diff --git a/src/index.ts b/src/index.ts index 441622c..bc7aae3 100644 --- a/src/index.ts +++ b/src/index.ts @@ -30,7 +30,7 @@ export default async function (): Promise { }, tsconfig: { compilerOptions: { - lib: ["ES2021"], + lib: ["ES2021", "dom"], }, }, },