From c3c172a5bcd878fde5b368f7aa4050cced7971af Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sun, 25 Jun 2023 05:19:23 -0400 Subject: [PATCH] fix: add dom to ts compiler --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"], }, }, },