From 738c3f12cfb49456fbcdd433b3f4bd30daa031b7 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Fri, 23 Jun 2023 03:32:00 -0400 Subject: [PATCH] fix: need to add dom support to TS --- .presetterrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.presetterrc.json b/.presetterrc.json index a3a70ae..ce949ea 100644 --- a/.presetterrc.json +++ b/.presetterrc.json @@ -4,7 +4,8 @@ "tsconfig": { "compilerOptions": { "lib": [ - "ES2021" + "ES2021", + "dom" ] } },